From 34a649576de7cc6a728d165992a56c4109cf9579 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Mon, 20 Mar 2023 13:45:27 +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 c49b557..9d64291 100644
--- a/src/views/facilityManagement/InstrumentationInformation/index.vue
+++ b/src/views/facilityManagement/InstrumentationInformation/index.vue
@@ -26,7 +26,7 @@
 			<el-col :span="20">
 				<div class="btns">
 					<div>
-						<el-button size="default" type="primary" :icon="Plus" @click="openD('新增')">新增</el-button>
+						<el-button size="default" type="primary" :icon="Plus" @click="openD('新建')">新建</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>

--
Gitblit v1.9.2