Przeglądaj źródła

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

LuoHaoxuan 2 lat temu
rodzic
commit
41d73ca629
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }
 
 // 步骤里的事项