Browse Source

feat(types): 在ComponentNameMap添加budgetCompare

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
2d3f19c723
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      types/src/interface/matter.ts

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

@@ -133,4 +133,5 @@ export const ComponentNameMap: Record<string, string> = {
   auditAmountSummary: '审核金额汇总',
   auditAmountSummary: '审核金额汇总',
   auditComments: '审核意见',
   auditComments: '审核意见',
   settlement: '造价文件',
   settlement: '造价文件',
+  budgetCompare: '概算-预算阶段造价对比',
 };
 };