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/property/propertyCompany.vue | 6 ++++--
src/views/propertySupervision/propertyEvaluation.vue | 11 -----------
2 files changed, 4 insertions(+), 13 deletions(-)
diff --git a/src/views/property/propertyCompany.vue b/src/views/property/propertyCompany.vue
index 7e7db8a..ef901fa 100644
--- a/src/views/property/propertyCompany.vue
+++ b/src/views/property/propertyCompany.vue
@@ -9,8 +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">
@@ -21,6 +19,10 @@
<el-button :size="size" v-if="permission.property_evaluation" icon="el-icon-circle-plus-outline" type="text"
@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>
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