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,