From 119d1afb61fc1499c6f63078ef9feead8e3eeb6c Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Mon, 29 Nov 2021 17:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E5=A4=A7=E5=BA=93=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E5=90=8D=E7=A7=B0=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherBussStandardDetails/index.vue | 4 ++-- src/pages/details/otherLawsStandDetails/index.vue | 4 ++-- src/pages/details/otherStandardDetails/index.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index ee48b78d1..013c1b45e 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -83,7 +83,7 @@

{{ sarStandardsInfoEO.standName || '-' }}

-

{{ sarStandardsInfoEO.standEnName || '-' }}

+

{{ sarStandardsInfoEO.standEnName || '-' }}

{{ sarStandardsInfoEO.lawsNo || '-' }}

{{ sarStandardsInfoEO.lawsName || '-' }}

-

{{ sarStandardsInfoEO.lawsEnName || '-' }}

+

{{ sarStandardsInfoEO.lawsEnName || '-' }}

{{ sarStandardsInfoEO.issueTime || '-' }}

{{ sarStandardsInfoEO.issueCompany || '-' }}

{{ sarStandardsInfoEO.issueCompany || '-' }}

@@ -913,7 +913,7 @@ export default { data () { return { activeNames: ['基础信息'], - activeState: false, + activeState: true, visiblePlanCheck: false, form: {}, relateDialog: false, diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index dbc92c0e2..c07974728 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -94,7 +94,7 @@

{{ sarStandardsInfoEO.standName || '-' }}

-

{{ +

{{ sarStandardsInfoEO.standEnName || '-' }}

@@ -1415,7 +1415,7 @@ export default { data() { return { activeNames: ['基础信息'], - activeState: false, + activeState: true, itemExistList:[], interpretationContent: '', relatedTermsDrawerVisible: false,