浏览代码

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

vian 3 年之前
父节点
当前提交
a95ffb6bf9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/process.ts

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

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