This commit is contained in:
‘huanghaiixia’
2026-01-27 17:49:43 +08:00
parent 10c954cf5e
commit 06aa85caee

View File

@ -274,7 +274,7 @@
{ title: t('上载点'), dataIndex: 'pointUpName', width: 150}, { title: t('上载点'), dataIndex: 'pointUpName', width: 150},
{ title: t('有效期开始'), dataIndex: 'dateFrom', width: 150}, { title: t('有效期开始'), dataIndex: 'dateFrom', width: 150},
{ title: t('有效期结束'), dataIndex: 'dateTo', width: 150}, { title: t('有效期结束'), dataIndex: 'dateTo', width: 150},
{ title: t('备注)'), dataIndex: 'note', width: 180} { title: t('备注'), dataIndex: 'note', width: 180}
]) ])
const columnsTrans = ref([ const columnsTrans = ref([
{ title: t('序号'), dataIndex: 'index', key: 'index', customRender: (column) => `${column.index + 1}` ,width: 80}, { 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: 'pointDelyTransName', width: 150},
{ title: t('有效期开始'), dataIndex: 'dateFrom', width: 150}, { title: t('有效期开始'), dataIndex: 'dateFrom', width: 150},
{ title: t('有效期结束'), dataIndex: 'dateTo', width: 150}, { title: t('有效期结束'), dataIndex: 'dateTo', width: 150},
{ title: t('备注)'), dataIndex: 'note', width: 180} { title: t('备注'), dataIndex: 'note', width: 180}
]) ])
const dataListContractAgree = ref([]) const dataListContractAgree = ref([])
const dataFile = ref([]); const dataFile = ref([]);