Explorar o código

fix(types): mater数据新增是否打印设置类型

lishihao %!s(int64=3) %!d(string=hai) anos
pai
achega
00cb44fc05
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

@@ -147,6 +147,8 @@ export interface IProcessComponent<T = any> {
   data?: T | null;
   // 组件标题
   componentTitle?: string;
+  // 是否有报表打印
+  isPrint?: boolean;
 }
 
 // 步骤里的事项