소스 검색

fix(types): 审核金额字段变更

vian 3 년 전
부모
커밋
8936dba03c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      types/src/interface/process.ts

+ 1 - 1
types/src/interface/process.ts

@@ -647,7 +647,7 @@ export interface IBudgetEstimateTableItem {
   // 原报金额
   reportFee: string;
   // 审核金额
-  curFee: string;
+  auditFee: string;
   // 增减金额
   incFee?: string;
   decFee?: string;