From 5ebe1997bc7847530d9f09f7e13199811fb5f44e Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: Fri, 15 Jul 2022 17:49:40 +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