Explorar el Código

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

LuoHaoxuan hace 2 años
padre
commit
41d73ca629
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }
 
 // 步骤里的事项