Explorar o código

feat(types): 添加ComponentNameMap

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
52c0a523c8
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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: '审核意见',
+};