chore: 改为全局参数配置 去除局部参数

This commit is contained in:
dap
2025-01-13 17:08:00 +08:00
parent 21dd7bd6c0
commit a9cae15d98
29 changed files with 14 additions and 42 deletions

View File

@@ -107,7 +107,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
isCurrent: false,
keyField: 'id',
},

View File

@@ -23,7 +23,6 @@ const gridOptions: VxeGridProps = {
},
},
rowConfig: {
isHover: true,
keyField: 'tokenId',
},
};