mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
feat: 表格选择器-多选添加form查询示例
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user