From d762fc609a101b1a82576a54f835834f4e9cd9b9 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 07 九月 2023 10:54:39 +0800
Subject: [PATCH] 	modified:   src/layout/components/Sidebar/SidebarItem.vue 	modified:   src/router/index.js 	modified:   src/views/CNAS/nonConformanceManage/index.vue 	modified:   src/views/CNAS/reviewAnnualPlan/index.vue 	modified:   src/views/CNAS/satisfactionSurveys/index.vue 	modified:   src/views/basicData/index.vue 	modified:   src/views/experiment/inspectionApplication/index.vue 	modified:   src/views/inspectionManagement/commissionInspection/index.vue 	modified:   src/views/inspectionManagement/reportForInspection/index.vue 	modified:   src/views/laboratory/organizational/index.vue 	modified:   src/views/login/index.vue

---
 src/views/basicData/index.vue |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/src/views/basicData/index.vue b/src/views/basicData/index.vue
index 1b1c086..b62b911 100644
--- a/src/views/basicData/index.vue
+++ b/src/views/basicData/index.vue
@@ -17,8 +17,8 @@
 					<el-button type="primary" class="top_div_button" size="small" @click="selectProductModelTable">鏌ヨ</el-button>
 					<el-button class="top_div_button" size="small" @click="clean">閲嶇疆</el-button>
 				</el-form-item>
-				<el-form-item>
-					<el-button class="top_div_button" type="primary" size="small" icon="el-icon-folder-add"
+				<el-form-item style="margin-left: 25%;">
+					<el-button class="top_div_button" type="primary" size="small" icon="el-icon-plus"
 						@click="centerDialogVisible = true">鏂板</el-button>
 					<el-button class="top_div_button" icon="el-icon-delete-solid" size="small" style="color: #00a5ff"
 						@click="deleteListClick">鍒犻櫎</el-button>
@@ -35,7 +35,7 @@
 					<el-form-item>
 						<span>椤圭洰鍒嗙粍锛�</span>
 						<el-autocomplete class="inline-input" v-model="form.father" :fetch-suggestions="querySearch2"
-							placeholder="璇疯緭鍏ユ牱鍝佸垎缁�" style="width: calc(100% - 70px);"></el-autocomplete>
+							placeholder="璇疯緭鍏ラ」鐩垎缁�" style="width: calc(100% - 70px);"></el-autocomplete>
 					</el-form-item>
 					<el-row :gutter="24">
 						<el-col :span="12"><el-form-item prop="name" required><span>椤圭洰鍚嶇О锛�</span>
@@ -193,12 +193,8 @@
 				});
 			},
 			handleClose(done) {
-				this.$confirm("纭鍏抽棴锛�")
-					.then((_) => {
-						this.centerDialogVisible = false;
-						done();
-					})
-					.catch((_) => {});
+				this.centerDialogVisible = false;
+				done();
 			},
 			selectProductModelTable() {
 				selectproductModelApi(this.params).then((res) => {

--
Gitblit v1.9.3