Browse Source

feat(types): 组件权限增加区间来源权限

vian 3 years atrás
parent
commit
a97a420465
1 changed files with 4 additions and 0 deletions
  1. 4 0
      types/src/interface/matter.ts

+ 4 - 0
types/src/interface/matter.ts

@@ -113,6 +113,10 @@ export interface IProcessComponentPermission {
   audit?: boolean;
   // 增报
   addReport?: boolean;
+  // 能否看区间来源tab
+  scopeSourceViewable?: boolean;
+  // 能否看项目名称
+  projectNameViewable?: boolean;
 }
 
 // 步骤里的的组件