From 4522ab3fe8bd45ee753ef187448c1e884bbc601f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 18 Apr 2024 11:09:27 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

---
 src/views/property/propertyCompany.vue |   86 +++++++++++--------------------------------
 1 files changed, 22 insertions(+), 64 deletions(-)

diff --git a/src/views/property/propertyCompany.vue b/src/views/property/propertyCompany.vue
index 604ad31..185c2b0 100644
--- a/src/views/property/propertyCompany.vue
+++ b/src/views/property/propertyCompany.vue
@@ -5,13 +5,11 @@
       v-model="form" :permission="permissionList" @row-update="rowUpdate" @row-save="rowSave" :before-open="beforeOpen"
       @search-change="searchChange" @search-reset="searchReset" @selection-change="selectionChange"
       @current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad">
-      <template slot="menuLeft">
+      <!--   <template slot="menuLeft">
         <el-button size="small" icon="el-icon-delete" plain v-if="permission.propertyCompany_delete"
           @click="handleDelete">删 除
         </el-button>
-
-
-      </template>
+      </template> -->
 
       <template slot-scope="{row, size, index}" slot="menu">
         <el-button :size="size" v-if="permission.payInfo" type="text" icon="el-icon-circle-plus-outline"
@@ -19,8 +17,12 @@
         </el-button>
 
         <el-button :size="size" v-if="permission.property_evaluation" icon="el-icon-circle-plus-outline" type="text"
-          @click="addProperty(row)">物业评定
+          @click="addProperty(row)">物业评价
         </el-button>
+
+        <!--  <el-button :size="size" icon="el-icon-delete" type="text" plain v-if="permission.propertyCompany_delete"
+          @click="handleDelete">删 除
+        </el-button> -->
       </template>
     </avue-crud>
 
@@ -113,11 +115,11 @@
               label: "物业公司名称",
               prop: "name",
               searchSpan: 5,
-              searchLabelWidth: 124,
+              searchLabelWidth: 104,
               search: true,
               span: 18,
               row: true,
-              width: 200,
+              // width: 200,
               rules: [{
                 required: true,
                 message: "请输入物业公司名称",
@@ -166,7 +168,7 @@
               prop: 'area',
               type: 'select',
               span: 6,
-              width: 260,
+              // width: 260,
               props: {
                 label: 'name',
                 value: 'code'
@@ -185,7 +187,7 @@
               prop: "address",
               span: 18,
               row: true,
-              width: 160,
+              // width: 160,
             },
             {
               label: "社会信用代码",
@@ -195,59 +197,15 @@
               search: true,
               span: 18,
               row: true,
-              width: 100,
+              // 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,
-            },
-
+            // {
+            //   width: 210,
+            //   overHidden: true,
+            //   label: "管理小区",
+            //   prop: "districtNames",
+            //   display: false
+            // },
             {
               label: "简介",
               prop: "remark",
@@ -285,7 +243,7 @@
               }, ],
             },
             {
-              label: "mch-id",
+              label: "商户号mch-id",
               labelWidth: labelWidth,
               prop: "mchId",
               span: 24,
@@ -409,7 +367,7 @@
 
 
       addProperty(row) {
-        this.$refs.propertyEdit.init(row);
+        this.$refs.propertyEdit.init(row)
       },
 
       aliSubmit(form, done) {
@@ -602,4 +560,4 @@
   .avue-upload__icon {
     line-height: 6;
   }
-</style>
+</style>
\ No newline at end of file

--
Gitblit v1.9.3