Explorar o código

feat(types): 组件权限增加是否可删除

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
14b074724d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      types/src/interface/matter.ts

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

@@ -138,6 +138,8 @@ export interface IProcessComponentPermission {
   editable: boolean;
   // 是否可查看
   viewable: boolean;
+  // 是否可删除
+  deletable?: boolean;
   // 能否创建项目
   createProject?: boolean;
   // 新增