优化
This commit is contained in:
@ -274,7 +274,7 @@
|
||||
{ title: t('上载点'), dataIndex: 'pointUpName', width: 150},
|
||||
{ title: t('有效期开始'), dataIndex: 'dateFrom', width: 150},
|
||||
{ title: t('有效期结束'), dataIndex: 'dateTo', width: 150},
|
||||
{ title: t('备注)'), dataIndex: 'note', width: 180}
|
||||
{ title: t('备注'), dataIndex: 'note', width: 180}
|
||||
])
|
||||
const columnsTrans = ref([
|
||||
{ title: t('序号'), dataIndex: 'index', key: 'index', customRender: (column) => `${column.index + 1}` ,width: 80},
|
||||
@ -286,7 +286,7 @@
|
||||
{ title: t('管输下载点'), dataIndex: 'pointDelyTransName', width: 150},
|
||||
{ title: t('有效期开始'), dataIndex: 'dateFrom', width: 150},
|
||||
{ title: t('有效期结束'), dataIndex: 'dateTo', width: 150},
|
||||
{ title: t('备注)'), dataIndex: 'note', width: 180}
|
||||
{ title: t('备注'), dataIndex: 'note', width: 180}
|
||||
])
|
||||
const dataListContractAgree = ref([])
|
||||
const dataFile = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user