From c5da9b9e2da1cdd43e841f1c74df80ec43ba1e08 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Wed, 6 Dec 2023 16:41:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E7=9A=84=E6=96=87=E6=9C=AC=E7=8A=B6=E6=80=81=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=A0=87=E5=87=86=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/phone/domesticStand.vue | 12 ++++++------ src/pages/phone/old_domesticDetails.vue | 6 +++--- src/pages/phone/standDynamics.vue | 8 ++++---- src/pages/phone/zlzxDetails.vue | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/pages/phone/domesticStand.vue b/src/pages/phone/domesticStand.vue index 6234d86e5..4515c90c9 100644 --- a/src/pages/phone/domesticStand.vue +++ b/src/pages/phone/domesticStand.vue @@ -133,10 +133,10 @@ export default { loading: true, page: 1, standList: [], - standStateOptions: [], //标准文本状态 - lawsTextStateOptions: [], //政策文本状态 + standStateOptions: [], //标准标准状态 + lawsTextStateOptions: [], //政策标准状态 standNatureOptions: [], - textStatusMap: {},// 文本状态id与name对应 + textStatusMap: {},// 标准状态id与name对应 natureMap:{}, lawsMap:{}, textStatus: '现行有效', @@ -587,7 +587,7 @@ export default { back(){ this.$router.push('/phoneHome') }, - //将文本状态的id和name相对应 + //将标准状态的id和name相对应 setMap(data) { data.forEach(item => { this.$set(this.textStatusMap, item.value, item.label); @@ -625,8 +625,8 @@ export default { this.$http.get("sys/dictype/getDicTypeListCode", {}, { _this: this }, res => { - this.standStateOptions = res.data.WBZTCLASS; // 标准文本状态 - this.lawsTextStateOptions = res.data.lawsTextState //政策文本状态 + this.standStateOptions = res.data.WBZTCLASS; // 标准标准状态 + this.lawsTextStateOptions = res.data.lawsTextState //政策标准状态 console.log(this.lawsTextStateOptions); this.standNatureOptions = res.data.SARPROPERTY // 标准性质 this.setMap(this.standStateOptions); diff --git a/src/pages/phone/old_domesticDetails.vue b/src/pages/phone/old_domesticDetails.vue index e8e117237..2a05bb311 100644 --- a/src/pages/phone/old_domesticDetails.vue +++ b/src/pages/phone/old_domesticDetails.vue @@ -219,7 +219,7 @@ - + {{ textStatusMap[sarStandardsInfoEO.textStatus] || '-' }} @@ -1978,7 +1978,7 @@ export default { FormatDate(date) { return moment(date).format('YYYY-MM-DD'); }, - // 将文本状态的id与name对应 + // 将标准状态的id与name对应 setMap(data) { data.forEach(item => { this.$set(this.textStatusMap, item.value, item.label) @@ -3445,7 +3445,7 @@ export default { this.emergyKindOptions = res.data.ENERGYTYPES this.requestOptions = res.data.REQUESTTYPE this.BZFGGXOUIUJ = res.data.BZFGGXOUIUJ // 企标覆盖关系 - this.setMap(res.data.WBZTCLASS) // 文本状态 + this.setMap(res.data.WBZTCLASS) // 标准状态 this.setMap(res.data.SARPROPERTY) // 标准性质 }, e => { }) diff --git a/src/pages/phone/standDynamics.vue b/src/pages/phone/standDynamics.vue index 6c469e87b..3bc8f804c 100644 --- a/src/pages/phone/standDynamics.vue +++ b/src/pages/phone/standDynamics.vue @@ -135,8 +135,8 @@ export default { standList: [], standardReleaseList: [], page: 1, - standStateOptions: [], //存放文本状态 - textStatusMap: {},// 文本状态id与name对应 + standStateOptions: [], //存放标准状态 + textStatusMap: {},// 标准状态id与name对应 loading: true, scrolled: "", moreFlag: false, @@ -310,7 +310,7 @@ export default { console.log(e); }); }, - //将文本状态的id和name相对应 + //将标准状态的id和name相对应 setMap(data) { data.forEach(item => { this.$set(this.textStatusMap, item.value, item.label); @@ -336,7 +336,7 @@ export default { this.$http.get("sys/dictype/getDicTypeListCode", {}, { _this: this }, res => { - this.standStateOptions = res.data.WBZTCLASS; // 文本状态 + this.standStateOptions = res.data.WBZTCLASS; // 标准状态 this.setMap(this.standStateOptions); }); } diff --git a/src/pages/phone/zlzxDetails.vue b/src/pages/phone/zlzxDetails.vue index 924a2a74c..361446a2c 100644 --- a/src/pages/phone/zlzxDetails.vue +++ b/src/pages/phone/zlzxDetails.vue @@ -479,7 +479,7 @@ FormatDate(date) { return moment(date).format('YYYY-MM-DD'); }, - // 将文本状态的id与name对应 + // 将标准状态的id与name对应 setMap(data) { data.forEach(item => { this.$set(this.textStatusMap, item.value, item.label) @@ -1887,7 +1887,7 @@ this.emergyKindOptions = res.data.ENERGYTYPES this.requestOptions = res.data.REQUESTTYPE this.BZFGGXOUIUJ = res.data.BZFGGXOUIUJ // 企标覆盖关系 - this.setMap(res.data.WBZTCLASS) // 文本状态 + this.setMap(res.data.WBZTCLASS) // 标准状态 this.setMap(res.data.SARPROPERTY) // 标准性质 }, e => { })