Parcourir la source

feat(client): 完善ComponentNameMap

LuoHaoxuan il y a 3 ans
Parent
commit
42be6a0676
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      types/src/interface/matter.ts

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

@@ -147,4 +147,5 @@ export const ComponentNameMap: Record<string, string> = {
   budgetCompare: '概算-预算阶段造价对比',
   budgetCompare: '概算-预算阶段造价对比',
   resultsDocument: '成果文件',
   resultsDocument: '成果文件',
   changeAudit: '传统变更审核',
   changeAudit: '传统变更审核',
+  reviewRecord: '预算复核',
 };
 };