优化
This commit is contained in:
@ -266,27 +266,27 @@
|
||||
wrapperCol: { span: 16 },
|
||||
}
|
||||
const columnsUp = ref([
|
||||
{ title: t('序号'), dataIndex: 'index', key: 'index', sorter: true, customRender: (column) => `${column.index + 1}` ,width: 80},
|
||||
{ title: t('交割点'), dataIndex: 'pointDelyName', sorter: true, width:150},
|
||||
{ title: t('是否托运'), dataIndex: 'transName', sorter: true, width: 150},
|
||||
{ title: t('供应商'), dataIndex: 'cpName', sorter: true, width: 130},
|
||||
{ title: t('合同名称'), dataIndex: 'kName', sorter: true, width: 100},
|
||||
{ title: t('上载点'), dataIndex: 'pointUpName', sorter: true, width: 150},
|
||||
{ title: t('有效期开始'), dataIndex: 'dateFrom', sorter: true, width: 150},
|
||||
{ title: t('有效期结束'), dataIndex: 'dateTo', sorter: true, width: 150},
|
||||
{ title: t('备注)'), dataIndex: 'note', sorter: true, width: 180}
|
||||
{ title: t('序号'), dataIndex: 'index', key: 'index', customRender: (column) => `${column.index + 1}` ,width: 80},
|
||||
{ title: t('交割点'), dataIndex: 'pointDelyName', width:150},
|
||||
{ title: t('是否托运'), dataIndex: 'transName', width: 150},
|
||||
{ title: t('供应商'), dataIndex: 'cpName', width: 130},
|
||||
{ title: t('合同名称'), dataIndex: 'kName', width: 100},
|
||||
{ title: t('上载点'), dataIndex: 'pointUpName', width: 150},
|
||||
{ title: t('有效期开始'), dataIndex: 'dateFrom', width: 150},
|
||||
{ title: t('有效期结束'), dataIndex: 'dateTo', width: 150},
|
||||
{ title: t('备注)'), dataIndex: 'note', width: 180}
|
||||
])
|
||||
const columnsTrans = ref([
|
||||
{ title: t('序号'), dataIndex: 'index', key: 'index', sorter: true, customRender: (column) => `${column.index + 1}` ,width: 80},
|
||||
{ title: t('交割点'), dataIndex: 'pointDelyName', sorter: true, width:150},
|
||||
{ title: t('是否托运'), dataIndex: 'transName', sorter: true, width: 150},
|
||||
{ title: t('托运商'), dataIndex: 'cpName', sorter: true, width: 130},
|
||||
{ title: t('合同名称'), dataIndex: 'kName', sorter: true, width: 100},
|
||||
{ title: t('管输上载点'), dataIndex: 'pointUpTransName', sorter: true, width: 150},
|
||||
{ title: t('管输下载点'), dataIndex: 'pointDelyTransName', sorter: true, width: 150},
|
||||
{ title: t('有效期开始'), dataIndex: 'dateFrom', sorter: true, width: 150},
|
||||
{ title: t('有效期结束'), dataIndex: 'dateTo', sorter: true, width: 150},
|
||||
{ title: t('备注)'), dataIndex: 'note', sorter: true, width: 180}
|
||||
{ title: t('序号'), dataIndex: 'index', key: 'index', customRender: (column) => `${column.index + 1}` ,width: 80},
|
||||
{ title: t('交割点'), dataIndex: 'pointDelyName', width:150},
|
||||
{ title: t('是否托运'), dataIndex: 'transName', width: 150},
|
||||
{ title: t('托运商'), dataIndex: 'cpName', width: 130},
|
||||
{ title: t('合同名称'), dataIndex: 'kName', width: 100},
|
||||
{ title: t('管输上载点'), dataIndex: 'pointUpTransName', width: 150},
|
||||
{ title: t('管输下载点'), dataIndex: 'pointDelyTransName', width: 150},
|
||||
{ title: t('有效期开始'), dataIndex: 'dateFrom', width: 150},
|
||||
{ title: t('有效期结束'), dataIndex: 'dateTo', width: 150},
|
||||
{ title: t('备注)'), dataIndex: 'note', width: 180}
|
||||
])
|
||||
const dataListContractAgree = ref([])
|
||||
const dataFile = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user