feat: vxeTable 增加参数解决警告问题

This commit is contained in:
写意 2025-04-04 12:46:28 +08:00
parent 171dbc5fe1
commit 63f7dbd17f

View File

@ -44,6 +44,9 @@ export const setupVXETable = (app: App) => {
isCurrent: true, // 当鼠标点击行时,是否要高亮当前行
isHover: true, // 当鼠标移到行时,是否要高亮当前行
},
currentRowConfig: {
isFollowSelected: true, // 是否跟随单元格选中而移动高亮行
},
radioConfig: {
strict: true, // 严格模式,选中后不能取消
highlight: true, // 高亮选中行