diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 3514f3266..a3ae69e2f 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -3,7 +3,7 @@
- {{ sarStandardsInfoEO.standSortShow + ' ' + sarStandardsInfoEO.standNumber + '-' + sarStandardsInfoEO.standYear }} + {{ + sarStandardsInfoEO.standSortShow + ' ' + sarStandardsInfoEO.standNumber + '-' + sarStandardsInfoEO.standYear + }} {{ sarStandardsInfoEO.standSort + ' ' + sarStandardsInfoEO.standNumber }}
- -{{ sarStandardsInfoEO.standName || '-' }}
-{{ sarStandardsInfoEO.standEnName || '-' }}
-{{ standMap[sarStandardsInfoEO.standNature] || '-' }}
+ +{{ + sarStandardsInfoEO.standName || '-' + }}
+{{ + sarStandardsInfoEO.standEnName || '-' + }}
+{{ + standMap[sarStandardsInfoEO.standNature] || '-' + }}
{{ textStatusMap[sarStandardsInfoEO.textStatus] || '-' }}
-{{ sarStandardsInfoEO.issueTime || '-' }}
-{{sarStandardsInfoEO.isRelateAccess ? (sarStandardsInfoEO.isRelateAccess === '1' ? '是' : '否') : '-'}}
-{{ sarStandardsInfoEO.standSystem || '-' }}
+{{ + sarStandardsInfoEO.issueTime || '-' + }}
++ {{ sarStandardsInfoEO.isRelateAccess ? (sarStandardsInfoEO.isRelateAccess === '1' ? '是' : '否') : '-' }} +
+{{ + sarStandardsInfoEO.standSystem || '-' + }}
@@ -67,7 +81,7 @@ v-for="(child, childIndex) in item.half" v-if="child.isShowImp === '0' && child.attrField !== 'CBCD'" > - +- {{item}} + {{ item }}
@@ -102,16 +116,16 @@ - {{item}} + {{ item }}- {{item}} + {{ item }}
@@ -220,15 +234,15 @@ >- {{item}} + {{ item }}
- {{ !child.value || child.value === 'null' ? '-' : child.value }} @@ -245,147 +259,148 @@ v-for="(file, fileIndex) in child.value" :key="fileIndex" > - + {{ file.oldFileName }} 上传时间:{{ dateFormat(file.modifyTime) }} {{ file.oldFileName }} 上传时间:{{ dateFormat(file.modifyTime) }} - - - - - - + + + + + +
+
+
+
+
- {{item}}
+ {{ item }}
-
+
- {{item}}
+ {{ item }}
-
-
-
-
+
+
+
+
- {{ file.oldFileName }}
-
-
- 上传时间:{{ dateFormat(file.modifyTime) }}
-
-
- {{ file.oldFileName }}
-
-
- 上传时间:{{ dateFormat(file.modifyTime) }}
-
-

+ {{ knowSee.creationTime ? $moment(knowSee.creationTime).format('YYYY-MM-DD') : '' }}
+{{ + knowSee.creationTime ? $moment(knowSee.creationTime).format('YYYY-MM-DD') : '' + }}
@@ -964,18 +990,20 @@' + itemsNum + '
' + text.replace(/''/g, '\'') } }, computed: { - titleShow () { + titleShow() { return (this.sarStandardsInfoEO.standSortShow || '') + this.sarStandardsInfoEO.standNumber + '-' + this.sarStandardsInfoEO.standYear + '《' + this.sarStandardsInfoEO.standName + '》' + '标准详情' }, - titleHidden () { + titleHidden() { return (this.sarStandardsInfoEO.standSortShow || '') + this.sarStandardsInfoEO.standNumber + '《' + this.sarStandardsInfoEO.standName + '》' + '标准详情' }, - visibleBtn () { + visibleBtn() { return this.$route.name === 'DomesticStandardDetails' }, - sarType () { + sarType() { return this.$route.params.pageType }, standNum() { @@ -2745,7 +2701,7 @@ export default { return item.id } }, - async mounted () { + async mounted() { this.sarStandardsInfoEO.id = this.$route.params.id // await this.selectStandMessage() this.standItemEO.standId = this.$route.params.id @@ -2836,7 +2792,7 @@ export default { } }) this.dynamicFormField = displayLocation - console.log(this.dynamicFormField) + console.log(this.dynamicFormField) }) sessionStorage.setItem('displayLocation', JSON.stringify(displayLocation)) this.loading = false @@ -2849,7 +2805,7 @@ export default { // firefox window.addEventListener('DOMMouseScroll', this.handleScroll, false) }, - destroyed () { + destroyed() { window.removeEventListener('mousewheel', this.handleScroll, false) window.removeEventListener('DOMMouseScroll', this.handleScroll, false) sessionStorage.removeItem('displayLocation') @@ -2861,390 +2817,460 @@ export default { diff --git a/src/pages/home1/components/release/index.vue b/src/pages/home1/components/release/index.vue index 1e38acb4f..ec017fa9b 100644 --- a/src/pages/home1/components/release/index.vue +++ b/src/pages/home1/components/release/index.vue @@ -4,7 +4,7 @@