From 99f41a24684b3a1dd3300d4eb780f88b03649038 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 8 Dec 2023 10:34:01 +0800 Subject: [PATCH] =?UTF-8?q?feature(=E4=BD=93=E7=B3=BB=E6=90=9C=E7=B4=A2):?= =?UTF-8?q?=20=E6=A0=87=E5=87=86=E7=8A=B6=E6=80=81=E5=9B=BD=E5=86=85?= =?UTF-8?q?=E6=A0=87=E5=87=86-...=E6=94=B9=E4=B8=BA=E5=9B=BD=E5=86=85/?= =?UTF-8?q?=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86-...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../systemSearch/components/DialogTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/systemSearch/components/DialogTable.vue b/src/pages/regulatoryRepository/systemSearch/components/DialogTable.vue index 3f9b26407..cde532487 100644 --- a/src/pages/regulatoryRepository/systemSearch/components/DialogTable.vue +++ b/src/pages/regulatoryRepository/systemSearch/components/DialogTable.vue @@ -467,7 +467,7 @@ export default { if (res.ok) { this.dict = { ...res.data } const WBZTCLASS = this.dict.WBZTCLASS.map(item => ({ - label: '国内标准-' + item.label, + label: '国内/海外标准-' + item.label, value: item.value })) const TEXTSTATUSBUSS = this.dict.TEXTSTATUSBUSS.map(item => ({