删除表格默认id配置

This commit is contained in:
仲么了
2024-03-01 15:47:57 +08:00
parent 33a085c2b4
commit 0b46fa89a9
3 changed files with 3 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ export const defaultAttribute: VxeTableProps = {
stripe: true,
size: 'small',
columnConfig: { resizable: true },
rowConfig: { isCurrent: true, isHover: true,keyField: 'id' },
rowConfig: { isCurrent: true, isHover: true },
scrollX: { scrollToLeftOnChange: true },
scrollY: { scrollToTopOnChange: true, enabled: true },
treeConfig: {