👨🦱消除树表格报黄
This commit is contained in:
parent
f04fbdb90f
commit
557ac3536d
@ -119,6 +119,8 @@ const options = useVxeTable<SysRegion>(
|
||||
},
|
||||
// vxeGrid配置参数(此处可覆写任何参数),参考vxe-table官方文档
|
||||
{
|
||||
stripe: false,
|
||||
checkboxConfig: { range: false },
|
||||
// 代理配置
|
||||
proxyConfig: { autoLoad: true, ajax: { query: ({ page, sort }) => handleQueryApi(page, sort) } },
|
||||
// 排序配置
|
||||
|
||||
Loading…
Reference in New Issue
Block a user