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