From 461e375dad5b7150f731367c4b6f9c36cf9d6469 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 15 二月 2025 16:22:32 +0800
Subject: [PATCH] 客户管理联调

---
 src/views/structural/capabilityAndLaboratory/capability/index.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/views/structural/capabilityAndLaboratory/capability/index.vue b/src/views/structural/capabilityAndLaboratory/capability/index.vue
index d026e38..61b29a9 100644
--- a/src/views/structural/capabilityAndLaboratory/capability/index.vue
+++ b/src/views/structural/capabilityAndLaboratory/capability/index.vue
@@ -159,7 +159,6 @@
             {
               name: '缂栬緫',
               type: 'text',
-              icon: 'el-icon-edit',
               clickFun: (row) => {
                 this.editForm(row);
               },
@@ -167,7 +166,6 @@
             {
               name: '鍒犻櫎',
               type: 'text',
-              icon: 'el-icon-delete',
               clickFun: (row) => {
                 this.delete(row);
               },
@@ -251,7 +249,6 @@
             {
               name: '缂栬緫',
               type: 'text',
-              icon: 'el-icon-edit',
               clickFun: (row) => {
                 this.editTestObjectForm(row);
               },
@@ -259,7 +256,6 @@
             {
               name: '鍒犻櫎',
               type: 'text',
-              icon: 'el-icon-delete',
               clickFun: (row) => {
                 this.deleteTest(row);
               },

--
Gitblit v1.9.3