From 16eb81672eaa55decd4472f391a74d50580ba045 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Sat, 20 Jan 2024 17:57:40 +0800
Subject: [PATCH] 物业公司调整
---
src/views/property/propertyCompany.vue | 64 ++++++++++++++++++++++++++++++-
1 files changed, 61 insertions(+), 3 deletions(-)
diff --git a/src/views/property/propertyCompany.vue b/src/views/property/propertyCompany.vue
index 2ad1b48..4e96f15 100644
--- a/src/views/property/propertyCompany.vue
+++ b/src/views/property/propertyCompany.vue
@@ -117,7 +117,7 @@
search: true,
span: 18,
row: true,
- width: 260,
+ width: 200,
rules: [{
required: true,
message: "请输入物业公司名称",
@@ -166,7 +166,7 @@
prop: 'area',
type: 'select',
span: 6,
- labelWidth: 60,
+ width: 260,
props: {
label: 'name',
value: 'code'
@@ -185,10 +185,68 @@
prop: "address",
span: 18,
row: true,
+ width: 160,
},
{
label: "社会信用代码",
prop: "socialCreditCode",
+ searchSpan: 5,
+ // searchLabelWidth: 124,
+ search: true,
+ span: 18,
+ row: true,
+ width: 100,
+
+ },
+ {
+ label: "基础信息分",
+ prop: "baseInfoScore",
+ display: false,
+ },
+ {
+ label: "经营信息分",
+ prop: "operateinfoScore",
+ display: false,
+ },
+ {
+ label: "纳税信息分",
+ prop: "taxInfoScore",
+ display: false,
+ },
+ {
+ label: "党建信息分",
+ prop: "partyBuildingInfoScore",
+ display: false,
+ },
+ {
+ label: "企业良好信息分",
+ prop: "goodCorporateScore",
+ display: false,
+ },
+ {
+ label: "项目良好信息分",
+ prop: "goodCorporateScore",
+ display: false,
+ },
+ {
+ label: "违法违规行为分",
+ prop: "goodCorporateScore",
+ display: false,
+ },
+ {
+ label: "评价平均分",
+ prop: "evaluateScore",
+ display: false,
+ },
+ {
+ label: "街道社区分",
+ prop: "streetScore",
+ display: false,
+ },
+ {
+ label: "总分",
+ prop: "allScore",
+ display: false,
},
{
@@ -545,4 +603,4 @@
.avue-upload__icon {
line-height: 6;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3