{{ sarStandardsInfoEO.standName || '-' }}
{{ sarStandardsInfoEO.standEnName || '-' }}
- {{ sarStandardsInfoEO.standStatusShow || '-' }}
@@ -2029,7 +2029,11 @@ export default { field['tips'] = tips } if (value && typeof value === 'number') { - value = this.$dateFormat(value, 'yyyy-MM-dd') + value = this.$moment(value).format('YYYY-MM-DD') + } + // 时间格式处理 + if (field.attrType === 'DATE_PICKER' && value) { + value = this.$moment(value).format('YYYY-MM-DD') } field['value'] = value if (field.showRegionId === location.value) { diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 8a4d22587..f6890fb0c 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -63,7 +63,7 @@+ >文本状态 {{ textStatusMap[sarStandardsInfoEO.textStatus] || '-' }}
{{ @@ -3075,8 +3075,6 @@ export default { /*padding: 0 67px;*/ .details-content-modular { - margin-bottom: 20px; - .modular-header { display: flex; align-items: center; diff --git a/src/pages/details/process/ruku/index.vue b/src/pages/details/process/ruku/index.vue index 6e82b6638..ee24e0886 100644 --- a/src/pages/details/process/ruku/index.vue +++ b/src/pages/details/process/ruku/index.vue @@ -5,7 +5,7 @@ {{ title }}
点击或拖拽上传文件
+点击或拖拽上传文件
+- {{ sarAccessEO.countryArea }} + {{ sarAccessEO.countryAreaShow }}
diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 06bb099c8..8f6ff8ccc 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -23,7 +23,9 @@ {{ node.label }} + :class="data.children.length !== 0 ? 'is-show' : 'is-leaf-none'"> + {{ node.label}} + {{ node.label.substring(0,15)+'...'}}