feat: 权限补充
This commit is contained in:
@@ -39,7 +39,18 @@ const equipment = {
|
||||
meta: {
|
||||
title: '分组管理',
|
||||
keepAlive: false,
|
||||
// backApi: [],
|
||||
operates: [
|
||||
{ title: '新增分组', code: 'GroupAdd' },
|
||||
{ title: '删除分组', code: 'GroupDelete' },
|
||||
{ title: '编辑分组', code: 'GroupEdit' },
|
||||
{ title: '删除点位', code: 'GroupPointDelete' },
|
||||
{ title: '编辑点位', code: 'GroupPointEdit' },
|
||||
{ title: '导入点位', code: 'GroupPointImport' },
|
||||
{ title: '导出点位', code: 'GroupPointExports' },
|
||||
{ title: '模版下载', code: 'GroupTempDownload' },
|
||||
{ title: '批量分组', code: 'GroupBatchGroup' },
|
||||
{ title: '公式编辑', code: 'GroupFormulaEdit' },
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user