diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index e3c918e25..673ce2d8c 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -1055,22 +1055,22 @@ isResultReported: false, // fieldList | array |✔| 需要查询的列集合示例如下,type类型有:date/datetime/string/int/number fieldList: [ - { - type: 'string', - value: 'correspondingStandard', - text: this.$t('correspondingStandard') - }, + // { + // type: 'string', + // value: 'correspondingStandard', + // text: this.$t('correspondingStandard') + // }, { type: 'string', value: 'subtitle', text: this.$t('subtitle') }, - { - type: '', - value: 'implementType', - text: this.$t('implementationCategory'), - dictCode: 'implement_type'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 - }, + // { + // type: '', + // value: 'implementType', + // text: this.$t('implementationCategory'), + // dictCode: 'implement_type'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 + // }, { type: 'date', value: 'xin1Che1Xing2Shi2Shi1Ri4Qi1', @@ -1104,24 +1104,12 @@ text: this.$t('areaOfResponsibility'), dictCode: 'duty_territory'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 }, - { - type: '', - value: 'region', - text: this.$t('zoneOfApplication'), - dictCode: 'region'//只要 dictCode 有值,无论 type 是什么,都显示为字典下拉框 - }, { type: 'Personnel', value: 'regulationOwnerId', valueName: 'regulationOwnerIdName', text: this.$t('regulatoryEngineer') }, - { - type: 'Personnel', - value: 'homologationEngineerId', - valueName: 'homologationEngineerIdName', - text: this.$t('certifiedEngineer') - }, { type: 'Personnel', value: 'engineeringInterfacePerson', diff --git a/jero-web/src/views/projectManagement/historicalVersion/index.vue b/jero-web/src/views/projectManagement/historicalVersion/index.vue index a2ce6ffa2..8737d6ac9 100644 --- a/jero-web/src/views/projectManagement/historicalVersion/index.vue +++ b/jero-web/src/views/projectManagement/historicalVersion/index.vue @@ -35,12 +35,14 @@ - - {{ $t('query') }} - {{ $t('query') }} + {{ $t('reset') }} + @@ -58,37 +60,50 @@ :columns="columns" > - {{ text && text.length > 20 ? text.slice(0, 19) + '...' : text }} + + {{ text }} + - - {{ record.designDeliverableTypeName }}
- - {{ record.designDeliverableTemplateName }} - - {{ $t('viewFile') }} - -- + + + + {{ text }} + - - {{ record.prehomoDeliverableTypeName }}
- - {{ record.prehomoDeliverableTemplateName }} - - {{ $t('viewFile') }} - -- + + + + {{$t('viewFile')}} + + -- - - {{ record.verifyDeliverableTypeName }}
- - {{ record.verifyDeliverableTemplateName }} - - {{ $t('viewFile') }} - -- + + + {{$t('viewFile')}} + + -- + + + + {{text}} + + {{text}} + + + + {{text}} + + {{text}} @@ -125,12 +140,16 @@
+ +