refactor: vxe升级后一些过时用法

This commit is contained in:
dap
2025-06-20 11:34:06 +08:00
parent ce6867994a
commit b737fa940a
2 changed files with 6 additions and 3 deletions

View File

@@ -86,11 +86,12 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
keyField: 'tableId',
keyField: 'tableName',
},
toolbarConfig: {
enabled: false,
},
id: 'import-table-modal',
cellClassName: 'cursor-pointer',
};