瀏覽代碼

feat(client): 完善ComponentNameMap

LuoHaoxuan 3 年之前
父節點
當前提交
42be6a0676
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: '概算-预算阶段造价对比',
   resultsDocument: '成果文件',
   changeAudit: '传统变更审核',
+  reviewRecord: '预算复核',
 };