From 1d0e570750ce57e824a56067db64cb85429e6acd Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Tue, 5 Dec 2023 17:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95=E7=9A=84?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E7=8A=B6=E6=80=81=E6=94=B9=E4=B8=BA=E6=A0=87?= =?UTF-8?q?=E5=87=86=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/addEdit.vue | 18 +++++++-------- .../pages/details.vue | 14 ++++++------ .../pages/otherAddEit.vue | 22 +++++++++---------- .../pages/projectAddEit.vue | 16 +++++++------- 4 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 9d4fc52b4..e91f8deb4 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -226,7 +226,7 @@ prop="textStatus" width="100px" align="center" - label="文本状态"> + label="标准状态"> @@ -562,9 +562,9 @@ :placeholder="'请输入' + standLabelNum"/> - + - + { this.$set(this.countryAreaMap, item.value, item.label) @@ -2454,7 +2454,7 @@ export default { // 适用车型 this.applySYCX.options = res.data.ENERGYTYPES - // 企标文本状态 + // 企标标准状态 this.textStatusBussOptions = res.data.BUSSSTATE this.setMap(this.textStatusOptions) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index 6a7dac8d1..c765742f9 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -261,9 +261,9 @@ placeholder="请输入标准号"/> - + - + { this.$set(this.textStatusMap, item.value, item.label); @@ -1192,11 +1192,11 @@ export default { this.askNatureOptions = res.data.ACCESSTYPE; this.zrbmOptions = res.data.ZRBMCLASS; // 责任部门 this.categoryOptions = res.data.NYLXCLASS; // 能源类型 - this.textStatusOptions = res.data.WBZTCLASS; // 文本状态 + this.textStatusOptions = res.data.WBZTCLASS; // 标准状态 this.sycpxOptions = res.data.SYCPXCLASS; // 适用产品线 this.lawsSycxOptions = res.data.lawsSycx // 国内外政策适用车型 this.YYRZLAWSOptions = res.data.YYRZLAWS // 国内外政策适用认证 - // 企标文本状态 + // 企标标准状态 this.textStatusBussOptions = res.data.BUSSSTATE // 适用车型 this.applySYCX.options = res.data.ENERGYTYPES diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index 097cf6b6f..7b3433ba9 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -192,7 +192,7 @@ prop="textStatus" align="center" width="120px" - label="文本状态"> + label="标准状态"> @@ -398,9 +398,9 @@ placeholder="请输入企标编号"/> - + - + { this.$set(this.textStatusMap, item.value, item.label) @@ -2199,7 +2199,7 @@ export default { // 适用车型 this.applySYCX.options = res.data.ENERGYTYPES - // 企标文本状态 + // 企标标准状态 this.textStatusBussOptions = res.data.BUSSSTATE this.setMap(this.textStatusOptions) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue index a6cb3c853..3b99dd161 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue @@ -230,7 +230,7 @@ prop="textStatus" width="120px" align="center" - label="文本状态"> + label="标准状态"> @@ -444,9 +444,9 @@ placeholder="请输入标准号"/> - + - + { this.$set(this.textStatusMap, item.value, item.label) @@ -2128,7 +2128,7 @@ export default { // 适用车型 this.applySYCX.options = res.data.ENERGYTYPES - // 企标文本状态 + // 企标标准状态 this.textStatusBussOptions = res.data.BUSSSTATE this.setMap(this.textStatusOptions)