feat: vxeTable 增加参数解决警告问题
This commit is contained in:
parent
171dbc5fe1
commit
63f7dbd17f
@ -44,6 +44,9 @@ export const setupVXETable = (app: App) => {
|
||||
isCurrent: true, // 当鼠标点击行时,是否要高亮当前行
|
||||
isHover: true, // 当鼠标移到行时,是否要高亮当前行
|
||||
},
|
||||
currentRowConfig: {
|
||||
isFollowSelected: true, // 是否跟随单元格选中而移动高亮行
|
||||
},
|
||||
radioConfig: {
|
||||
strict: true, // 严格模式,选中后不能取消
|
||||
highlight: true, // 高亮选中行
|
||||
|
||||
Loading…
Reference in New Issue
Block a user