From a85a48e6859b591f61c1c518e32138a235e40349 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Mon, 26 Feb 2024 14:33:14 +0800
Subject: [PATCH] 物业bug修复

---
 src/views/propertySupervision/propertyEvaluation.vue |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/src/views/propertySupervision/propertyEvaluation.vue b/src/views/propertySupervision/propertyEvaluation.vue
index b5bddec..f02e7f4 100644
--- a/src/views/propertySupervision/propertyEvaluation.vue
+++ b/src/views/propertySupervision/propertyEvaluation.vue
@@ -9,17 +9,6 @@
         <el-button size="small" icon="el-icon-delete" plain v-if="permission.propertyCompany_delete"
           @click="handleDelete">删 除
         </el-button>
-
-
-      </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"
-          @click="openPayConfig(row)">商户配置
-        </el-button>
-
-        <el-button :size="size" icon="el-icon-circle-plus-outline" type="text" @click="addProperty(row)">物业评定
-        </el-button>
       </template>
     </avue-crud>
 

--
Gitblit v1.9.3