修改测试问题

This commit is contained in:
fks-xuxinyue
2024-08-21 15:26:49 +08:00
parent 13bda76928
commit c09ca418b3
6 changed files with 930 additions and 146 deletions

View File

@@ -2,6 +2,7 @@
export const voucherColumns = [
{
title: '序号',
width: 80,
customRender: (text: any) => {
return text.index + 1;
},
@@ -39,4 +40,4 @@ export const drawerColumns = [
className: 'dataSources',
dataIndex: 'dataSources',
},
];
];