Explorar el Código

fix(types): 组件区间来源权限调整

vian hace 3 años
padre
commit
094d1fe837
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      types/src/interface/matter.ts

+ 2 - 2
types/src/interface/matter.ts

@@ -116,9 +116,9 @@ export interface IProcessComponentPermission {
   // 区间来源
   scopeSource?: {
     // 能否看区间来源tab
-    viewable?: boolean;
+    viewable: boolean;
     // 能否看项目名称
-    projectNameViewable?: boolean;
+    projectNameViewable: boolean;
   };
 }