feat: 表格选择器-多选添加form查询示例

This commit is contained in:
xiaoxian521
2024-01-24 15:48:22 +08:00
parent 44065a8978
commit 3b66ba9fa5
4 changed files with 111 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
// 完整版菜单比较多,将 rank 抽离出来,在此方便维护
const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以后端在返回 rank 的时候需要从 1 开始哦
able = 1,
components = 2,
components = 1,
able = 2,
table = 3,
list = 4,
result = 5,
@@ -23,8 +23,8 @@ const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以
export {
home,
able,
components,
able,
table,
list,
result,