列表默认宽度

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
@@ -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
},