优化
This commit is contained in:
@ -318,17 +318,17 @@
|
||||
wrapperCol: { span: 16 },
|
||||
}
|
||||
const columns= ref([
|
||||
{ title: t('序号'), dataIndex: 'index', key: 'index', sorter: true, customRender: (column) => `${column.index + 1}` ,width: 100},
|
||||
{ title: t('相对方名称'), dataIndex: 'cpName', sorter: true, width:200},
|
||||
{ title: t('相对方顺序'), dataIndex: 'sort', sorter: true, width: 130},
|
||||
{ title: t('相对方银行名称'), dataIndex: 'cpBankName', sorter: true, width: 200},
|
||||
{ title: t('对方银行开户名'), dataIndex: 'cpBankAccountName', sorter: true, width: 300},
|
||||
{ title: t('对方银行账号'), dataIndex: 'cpBankAccount', sorter: true, width: 200},
|
||||
{ title: t('对方联系人姓名'), dataIndex: 'contactName', sorter: true, width: 200},
|
||||
{ title: t('对方联系人电话'), dataIndex: 'contactTel', sorter: true, width: 200},
|
||||
{ title: t('对方联系人邮箱'), dataIndex: 'contactEmail', sorter: true, width: 200},
|
||||
{ title: t('对方通讯地址'), dataIndex: 'contactAddress', sorter: true, width: 200},
|
||||
{ title: t('备注'), dataIndex: 'note', sorter: true, width: 200},
|
||||
{ title: t('序号'), dataIndex: 'index', key: 'index', customRender: (column) => `${column.index + 1}` ,width: 100},
|
||||
{ title: t('相对方名称'), dataIndex: 'cpName', width:200},
|
||||
{ title: t('相对方顺序'), dataIndex: 'sort', width: 130},
|
||||
{ title: t('相对方银行名称'), dataIndex: 'cpBankName', width: 200},
|
||||
{ title: t('对方银行开户名'), dataIndex: 'cpBankAccountName', width: 300},
|
||||
{ title: t('对方银行账号'), dataIndex: 'cpBankAccount', width: 200},
|
||||
{ title: t('对方联系人姓名'), dataIndex: 'contactName', width: 200},
|
||||
{ title: t('对方联系人电话'), dataIndex: 'contactTel', width: 200},
|
||||
{ title: t('对方联系人邮箱'), dataIndex: 'contactEmail', width: 200},
|
||||
{ title: t('对方通讯地址'), dataIndex: 'contactAddress', width: 200},
|
||||
{ title: t('备注'), dataIndex: 'note', width: 200},
|
||||
{ title: t('操作'), dataIndex: 'operation', width: 120, fixed: 'right',align: 'center'},
|
||||
]);
|
||||
const dataList = ref([])
|
||||
|
||||
Reference in New Issue
Block a user