销售结算
This commit is contained in:
@ -32,10 +32,10 @@
|
||||
const dataFile = ref([]);
|
||||
const { t } = useI18n();
|
||||
const columns = ref([
|
||||
{ title: t('序号'), dataIndex: 'index', sorter: true, customRender: (column) => `${column.index + 1}`},
|
||||
{ title: t('附件名称'), dataIndex: 'fileOrg', sorter: true},
|
||||
{ title: t('附件说明'), dataIndex: 'remark', sorter: true},
|
||||
{ title: t('操作'), dataIndex: 'operation', sorter: true},
|
||||
{ title: t('序号'), dataIndex: 'index', customRender: (column) => `${column.index + 1}`},
|
||||
{ title: t('附件名称'), dataIndex: 'fileOrg'},
|
||||
{ title: t('附件说明'), dataIndex: 'remark'},
|
||||
{ title: t('操作'), dataIndex: 'operation', width: 140},
|
||||
]);
|
||||
const tableId = ref<string>();
|
||||
const tableName = ref<string>();
|
||||
|
||||
Reference in New Issue
Block a user