From 812d77e3db062d63bc35304ac527f14efd1a454d Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期一, 18 三月 2024 11:12:18 +0800 Subject: [PATCH] 修改 --- 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 ec99f55..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 @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