diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index b472b7646..0129cca4a 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') : '' + }}
@@ -965,18 +983,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() { @@ -2746,7 +2694,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 @@ -2837,7 +2785,7 @@ export default { } }) this.dynamicFormField = displayLocation - console.log(this.dynamicFormField) + console.log(this.dynamicFormField) }) sessionStorage.setItem('displayLocation', JSON.stringify(displayLocation)) this.loading = false @@ -2850,7 +2798,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') @@ -2862,390 +2810,460 @@ export default { diff --git a/src/pages/localTool/standAutoSplit/index.vue b/src/pages/localTool/standAutoSplit/index.vue index 1d6be7da5..b22f830da 100644 --- a/src/pages/localTool/standAutoSplit/index.vue +++ b/src/pages/localTool/standAutoSplit/index.vue @@ -77,6 +77,15 @@ show-overflow-tooltip align="center"> +