From ff1c36b1f68a874189b787b522736288a1ce20aa Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期四, 14 三月 2024 17:26:56 +0800
Subject: [PATCH] 修改

---
 web/src/views/modules/taskReliability/ModelRbd.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/src/views/modules/taskReliability/ModelRbd.vue b/web/src/views/modules/taskReliability/ModelRbd.vue
index a73e8eb..ec99f55 100644
--- a/web/src/views/modules/taskReliability/ModelRbd.vue
+++ b/web/src/views/modules/taskReliability/ModelRbd.vue
@@ -31,7 +31,7 @@
               <zt-table-column-handle :table="table"
                                       delete-perm="taskReliability::delete" :has-view="false" width="180px">
                 <template v-slot="{ row }">
-                  <el-button type="primary" @click="drawRBD(row)">妯″瀷璁捐</el-button>
+                  <el-button  @click="drawRBD(row)">妯″瀷璁捐</el-button>
                 </template>
               </zt-table-column-handle>
             </el-table>

--
Gitblit v1.9.1