Browse Source

fix(types): 为了结算不报错暂时把name改回来

vian 3 years ago
parent
commit
a95ffb6bf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      types/src/interface/process.ts

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

@@ -585,7 +585,7 @@ export interface ISettlementItem {
   // 建设项目ID
   // 建设项目ID
   constructionID: string;
   constructionID: string;
   // 名称
   // 名称
-  name: string;
+  constructionName: string;
   // 项目原报金额
   // 项目原报金额
   orgFee: string;
   orgFee: string;
   // 当前步骤审核金额
   // 当前步骤审核金额