فهرست منبع

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

lishihao 3 سال پیش
والد
کامیت
00cb44fc05
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;
 }
 
 // 步骤里的事项