认证清单调整列宽
This commit is contained in:
@@ -647,7 +647,7 @@
|
||||
title: this.$t('category'),
|
||||
align: 'left',
|
||||
dataIndex: 'category',
|
||||
width: 180,
|
||||
width: 120,
|
||||
ellipsis: true,
|
||||
fixed: 'left',
|
||||
sorter: true
|
||||
@@ -672,7 +672,7 @@
|
||||
title: 'WVTA ID',
|
||||
align: 'left',
|
||||
dataIndex: 'wvtaId',
|
||||
width: 180,
|
||||
width: 120,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
@@ -688,28 +688,28 @@
|
||||
title: this.$t('areaOfResponsibility'),
|
||||
align: 'left',
|
||||
dataIndex: 'dutyTerritoryName',
|
||||
width: 180,
|
||||
width: 120,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('certificationType'),
|
||||
align: 'left',
|
||||
dataIndex: 'attestationTypeName',
|
||||
width: 180,
|
||||
width: 120,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('engineeringInterfacePerson'),
|
||||
align: 'left',
|
||||
dataIndex: 'sdtName',
|
||||
width: 180,
|
||||
width: 120,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
title: this.$t('personLiable'),
|
||||
align: 'left',
|
||||
dataIndex: 'dutyPersonName',
|
||||
width: 180,
|
||||
width: 120,
|
||||
ellipsis: true
|
||||
},
|
||||
{
|
||||
@@ -740,7 +740,7 @@
|
||||
title: this.$t('closingDate'),
|
||||
align: 'left',
|
||||
dataIndex: 'endTime',
|
||||
width: 180,
|
||||
width: 120,
|
||||
sorter: true,
|
||||
ellipsis: true
|
||||
},
|
||||
|
||||
@@ -812,6 +812,7 @@
|
||||
dataIndex: 'designFlowStatusName',
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
sorter: true,
|
||||
width: 140,
|
||||
scopedSlots: { customRender: 'designFlowStatusName' }
|
||||
},
|
||||
@@ -859,6 +860,7 @@
|
||||
align: 'left',
|
||||
ellipsis: true,
|
||||
width: 180,
|
||||
sorter: true,
|
||||
scopedSlots: { customRender: 'verifyFlowStatusName' }
|
||||
},
|
||||
{
|
||||
@@ -2254,6 +2256,10 @@
|
||||
this.orderByField = 'designDutyId'
|
||||
} else if (sorter.columnKey == 'verifyDutyIdName') {
|
||||
this.orderByField = 'verifyDutyId'
|
||||
} else if (sorter.columnKey == 'verifyFlowStatusName') {
|
||||
this.orderByField = 'verifyFlowStatus'
|
||||
} else if (sorter.columnKey == 'designFlowStatusName') {
|
||||
this.orderByField = 'designFlowStatus'
|
||||
} else {
|
||||
this.orderByField = sorter.columnKey
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user