浏览代码

fix(types): reportConfig的IMatterReportConfig[]->IMatterReportConfig

LuoHaoxuan 3 年之前
父节点
当前提交
41d73ca629
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/matter.ts

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

@@ -149,7 +149,7 @@ export interface IProcessComponent<T = any> {
   // 组件标题
   componentTitle?: string;
   // 报表打印设置
-  reportConfig?: IMatterReportConfig[];
+  reportConfig?: IMatterReportConfig;
 }
 
 // 步骤里的事项