From 00ed57534fc13545d33786e8551cc1d4c22ded2c Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Wed, 6 Dec 2023 11:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E8=AF=84=E4=BC=B0=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 --- src/pages/processCenter/pages/creatProcess/bzpg/step1.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue index 647ab40f3..dd3a4758b 100644 --- a/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzpg/step1.vue @@ -362,7 +362,7 @@ align="center" show-overflow-tooltip prop="textStatus" - label="文本状态"> + label="标准状态"> @@ -690,7 +690,7 @@ export default { showColumn: true, taskID: '', bpnId: '', - textStatusMap: {}// 文本状态id与name对应 + textStatusMap: {}// 标准状态id与name对应 }; }, methods: { @@ -1294,7 +1294,7 @@ export default { }; this.getStandData(); }, - // 将文本状态的id与name对应 + // 将标准状态的id与name对应 setMap(data) { data.forEach(item => { this.$set(this.textStatusMap, item.value, item.label); @@ -1356,7 +1356,7 @@ export default { _this: this }, res => { this.countryOptions = res.data.COUNTRY; - this.standStateOptions = res.data.WBZTCLASS; // 文本状态 + this.standStateOptions = res.data.WBZTCLASS; // 标准状态 this.setMap(this.standStateOptions); }); this.getTree();