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)