From d6297852e1ec4b93d6b2923721a1cf63de3ecf66 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: Fri, 15 Jul 2022 17:21:43 +0800
Subject: [PATCH] 应急预案启动记录
---
src/views/facilityManagement/keyEquipment/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/facilityManagement/keyEquipment/index.vue b/src/views/facilityManagement/keyEquipment/index.vue
index aa93974..e5bc0e9 100644
--- a/src/views/facilityManagement/keyEquipment/index.vue
+++ b/src/views/facilityManagement/keyEquipment/index.vue
@@ -90,7 +90,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