修改测试问题
This commit is contained in:
@@ -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',
|
||||
},
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user