From f7971a56c855718b42b71df907c46f409b0810bb Mon Sep 17 00:00:00 2001
From: zhaojiale <631455805@qq.com>
Date: 星期一, 15 八月 2022 13:58:03 +0800
Subject: [PATCH] 修改按钮修改

---
 src/views/facilityManagement/InstrumentationInformation/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/facilityManagement/InstrumentationInformation/index.vue b/src/views/facilityManagement/InstrumentationInformation/index.vue
index ee2b75e..11e9736 100644
--- a/src/views/facilityManagement/InstrumentationInformation/index.vue
+++ b/src/views/facilityManagement/InstrumentationInformation/index.vue
@@ -27,7 +27,8 @@
 				<div class="btns">
 					<div>
 						<el-button size="default" type="primary" :icon="Plus" @click="openD('新建')">新建</el-button>
-						<!-- <el-button size="default" :disabled="warning" type="warning" plain :icon="EditPen">修改</el-button> -->
+						 <el-button size="default" :disabled="warning" type="warning" plain :icon="EditPen"
+									@click="openD('修改', deletAll[0])">修改</el-button>
 						<el-button size="default" :disabled="danger" type="danger" :icon="Delete" @click="onDeleteAll" plain>删除</el-button>
 					</div>
 					<div>

--
Gitblit v1.9.2