列表默认宽度

This commit is contained in:
zyx.net
2023-04-19 14:09:35 +08:00
parent 97e9b6567e
commit 1115f7a0d5
4 changed files with 16 additions and 14 deletions
@@ -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'),
@@ -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'),
@@ -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
},
@@ -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' }
}
],