Explorar el Código

feat(types): 添加指标库权限

zhangweicheng hace 3 años
padre
commit
00578060c5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      types/src/interface/process.ts

+ 3 - 0
types/src/interface/process.ts

@@ -40,6 +40,9 @@ export enum RolePermission {
   ALL_SET_PROJECT = 'setProjects', // 全部项目-项目设置
   ALL_VIEW_ALL_PROJECTS = 'viewAllProjects', // 全部项目-查看项目
   ALL_SAVE_INDEX = 'saveIndexAll', // 全部项目-指标入库
+  ZBK_ENABLE = 'zbkEnable', // 指标库启用
+  ZBK_EDIT = 'zbkEdit', // 指标库-编辑
+  CJK_ENABLE = 'cjkEnable', // 材价库-启用
   // TODO 指标库 区间对数
 }