|
@@ -121,3 +121,11 @@ export interface IMatterNode {
|
|
|
name: string;
|
|
name: string;
|
|
|
components: IProcessComponent[];
|
|
components: IProcessComponent[];
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+export const ComponentNameMap: Record<string, string> = {
|
|
|
|
|
+ dataProfile: '送审资料',
|
|
|
|
|
+ form: '表单',
|
|
|
|
|
+ costProfile: '造价文件',
|
|
|
|
|
+ auditAmountSummary: '审核金额汇总',
|
|
|
|
|
+ auditComments: '审核意见',
|
|
|
|
|
+};
|