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,