From 117d31e9f826bf829555b4f90b6c8c3a48ef76ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 31 Mar 2023 15:46:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E7=9A=84=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/listOfRegulations.vue | 34 +- .../historicalVersion/index.vue | 380 ++++++++++-------- 2 files changed, 229 insertions(+), 185 deletions(-) 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 @@
+ +