Przeglądaj źródła

feat(types): 添加ComponentNameMap

LuoHaoxuan 3 lat temu
rodzic
commit
52c0a523c8
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      types/src/interface/matter.ts

+ 8 - 0
types/src/interface/matter.ts

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