Browse Source

feat(types): 审核评分组件整理

lipk 2 years atrás
parent
commit
5754dbb68f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/matter.ts

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

@@ -167,4 +167,5 @@ export const ComponentNameMap: Record<string, string> = {
   resultsDocument: '成果文件',
   changeAudit: '传统变更审核',
   reviewRecord: '预算复核',
+  auditScore: '审核评分',
 };