列表默认宽度
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user