From 03ee550527f34882a3cd161b08e33acda1aa06f4 Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期三, 20 三月 2024 15:39:37 +0800
Subject: [PATCH] 将Mysql升级到8.0,修改application.xml

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

diff --git a/web/src/views/modules/taskReliability/ModelRbd.vue b/web/src/views/modules/taskReliability/ModelRbd.vue
index a73e8eb..60c5652 100644
--- a/web/src/views/modules/taskReliability/ModelRbd.vue
+++ b/web/src/views/modules/taskReliability/ModelRbd.vue
@@ -19,7 +19,7 @@
                 <zt-button type="delete" @click="table.deleteHandle()"/>
               </el-form-item>
             </el-form>
-            <el-table v-loading="table.dataLoading" :data="table.dataList" height="100px" v-adaptive="{bottomOffset:70}"
+            <el-table v-loading="table.dataLoading" :data="table.dataList" height="100px" v-adaptive="{bottomOffset:30}"
                       border @selection-change="table.selectionChangeHandle">
               <el-table-column type="selection" width="40" align="center"/>
               <el-table-column prop="modelName" label="妯″瀷鍚嶇О"/>
@@ -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>
+                  <zt-table-button  @click="drawRBD(row)">妯″瀷璁捐</zt-table-button>
                 </template>
               </zt-table-column-handle>
             </el-table>

--
Gitblit v1.9.1