Explorar o código

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

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
8936dba03c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;