Преглед изворни кода

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;
   reportFee: string;
   // 审核金额
   // 审核金额
-  curFee: string;
+  auditFee: string;
   // 增减金额
   // 增减金额
   incFee?: string;
   incFee?: string;
   decFee?: string;
   decFee?: string;