فهرست منبع

feat(types): 添加ComponentNameMap

LuoHaoxuan 3 سال پیش
والد
کامیت
52c0a523c8
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      types/src/interface/matter.ts

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

@@ -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: '审核意见',
+};