From 1115f7a0d5e2a71a16a0a601b4e915f06af67a31 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Wed, 19 Apr 2023 14:09:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=BB=98=E8=AE=A4=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/parameter/ParameterTemplate/index.vue | 6 +++--- .../src/views/parameter/parameterexport/index.vue | 6 +++--- .../components/certificationList/index.vue | 7 ++++--- .../certificationListMaintenance.vue | 11 ++++++----- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/jero-web/src/views/parameter/ParameterTemplate/index.vue b/jero-web/src/views/parameter/ParameterTemplate/index.vue index c92787cee..bf008c398 100644 --- a/jero-web/src/views/parameter/ParameterTemplate/index.vue +++ b/jero-web/src/views/parameter/ParameterTemplate/index.vue @@ -164,7 +164,7 @@ export default { { title: this.$t('zoneOfApplication'), align: 'left', - width: 235, + width: 125, ellipsis: true, sorter:true, dataIndex: 'region_dictText', @@ -172,7 +172,7 @@ export default { { title: this.$t('parameterTemplate'), align: 'left', - width: 252, + width: 200, ellipsis: true, sorter:true, dataIndex: 'paramsTemplateName', @@ -184,7 +184,7 @@ export default { ellipsis: true, dataIndex: 'description', // scopedSlots: { customRender: 'titleName' } - width: 350 + width: 300 }, // { // title: this.$t('zoneOfApplication'), diff --git a/jero-web/src/views/parameter/parameterexport/index.vue b/jero-web/src/views/parameter/parameterexport/index.vue index c8cc582da..70d3e477e 100644 --- a/jero-web/src/views/parameter/parameterexport/index.vue +++ b/jero-web/src/views/parameter/parameterexport/index.vue @@ -170,7 +170,7 @@ export default { dataIndex: 'templateName', sorter:true, ellipsis: true, - width: 368, + width: 200, scopedSlots: { customRender: 'templateName' } }, { @@ -178,7 +178,7 @@ export default { align: 'left', dataIndex: 'description', ellipsis: true, - width: 372, + width: 300, scopedSlots: { customRender: 'projectName' } }, { @@ -187,7 +187,7 @@ export default { dataIndex: 'region_dictText', ellipsis: true, sorter:true, - width: 200 + width: 125 }, { title: this.$t('status'), diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index 722bec956..62bb6b820 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -679,13 +679,14 @@ align: 'left', dataIndex: 'attestationTypeName', width: 100, + sorter: true, ellipsis: true }, { title: 'WVTA ID', align: 'left', dataIndex: 'wvtaId', - width: 75, + width: 95, sorter: true, ellipsis: true }, @@ -710,7 +711,7 @@ title: this.$t('engineeringInterfacePerson'), align: 'left', dataIndex: 'sdtName', - width: 90, + width: 110, sorter: true, ellipsis: true }, @@ -750,7 +751,7 @@ title: this.$t('closingDate'), align: 'left', dataIndex: 'endTime', - width: 100, + width: 130, sorter: true, ellipsis: true }, diff --git a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue index 986a7bbef..94346d1cc 100644 --- a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue +++ b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue @@ -308,7 +308,7 @@ title: this.$t('category'), align: 'left', dataIndex: 'category', - width: 200, + width: 90, sorter: true, // fixed: 'left', ellipsis: true @@ -328,13 +328,14 @@ align: 'left', sorter: true, dataIndex: 'configItem', - width: 200, + width: 75, ellipsis: true }, { title: this.$t('certificationType'), align: 'left', dataIndex: 'attestationTypeName', + sorter: true, width: 100, ellipsis: true }, @@ -343,7 +344,7 @@ align: 'left', sorter: true, dataIndex: 'wvtaId', - width: 75, + width: 95, ellipsis: true }, { @@ -359,7 +360,7 @@ title: this.$t('areaOfResponsibility'), align: 'left', dataIndex: 'dutyTerritoryName', - width: 150, + width: 100, sorter: true, ellipsis: true }, @@ -383,7 +384,7 @@ title: this.$t('operation'), align: 'left', fixed: 'right', - width: 250, + width: 180, scopedSlots: { customRender: 'operation' } } ],