From f3403460531a074aa0b2d11933a86f8193fbb21f Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 7 Dec 2023 16:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=A6=E6=83=85=20?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E7=8A=B6=E6=80=81---=E6=A0=87=E5=87=86?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardExternalDetails/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/details/otherStandardExternalDetails/index.vue b/src/pages/details/otherStandardExternalDetails/index.vue index 1171e3112..06213054e 100644 --- a/src/pages/details/otherStandardExternalDetails/index.vue +++ b/src/pages/details/otherStandardExternalDetails/index.vue @@ -261,7 +261,7 @@

+ >标准状态 {{ textStatusMap[sarStandardsInfoEO.textStatus] || '-' }}

{{ @@ -2189,7 +2189,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) @@ -3758,7 +3758,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 => { })