From b09b6361f6348c22d2d02f99391ca76350b45102 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 14 三月 2024 14:41:14 +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