From 5ebe1997bc7847530d9f09f7e13199811fb5f44e Mon Sep 17 00:00:00 2001 From: 13937891274 <kxc0822> Date: 星期五, 15 七月 2022 17:49:40 +0800 Subject: [PATCH] 事故快报弹窗 --- src/views/facilityManagement/InstrumentationInformation/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/facilityManagement/InstrumentationInformation/index.vue b/src/views/facilityManagement/InstrumentationInformation/index.vue index 957fde1..bef886c 100644 --- a/src/views/facilityManagement/InstrumentationInformation/index.vue +++ b/src/views/facilityManagement/InstrumentationInformation/index.vue @@ -89,7 +89,7 @@ <el-table-column property="address" label="装置设施型号" align="center" sortable show-overflow-tooltip /> <el-table-column property="address" label="类型/类别外键" align="center" sortable show-overflow-tooltip /> <el-table-column property="address" label="设施部位" align="center" sortable show-overflow-tooltip /> - <el-table-column label="操作" align="center" style="width: 300px"> + <el-table-column label="操作" align="center" width="250"> <template #default> <el-button link type="primary" size="default" :icon="View">查看</el-button> <el-button link type="primary" size="default" :icon="EditPen">修改</el-button> -- Gitblit v1.9.2