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