From fdb97cca1f302db3fe07cc700130a085d991d682 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期三, 19 六月 2024 22:41:49 +0800
Subject: [PATCH] 1

---
 src/views/mdc/configuration.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/mdc/configuration.vue b/src/views/mdc/configuration.vue
index 8a93091..bb21642 100644
--- a/src/views/mdc/configuration.vue
+++ b/src/views/mdc/configuration.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-04-09 22:11:21
  * @LastEditors: Sneed
- * @LastEditTime: 2024-04-18 00:00:27
+ * @LastEditTime: 2024-06-17 22:25:23
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/configuration.vue
  * 搴旂敤璁剧疆
 -->
@@ -53,7 +53,8 @@
                             <template #default="scope">
                                 <el-button v-show="!scope.row.id || scope.row.isEdit"
                                     @click="add(scope.row)">淇濆瓨</el-button>
-                                <el-button v-show="!scope.row.isEdit" @click="edit(scope.row)">缂栬緫</el-button>
+                                <el-button v-show="!scope.row.isEdit && scope.row.collectType > 7"
+                                    @click="edit(scope.row)">缂栬緫</el-button>
                             </template>
                         </el-table-column>
                     </scFormTable>

--
Gitblit v1.9.3