Przeglądaj źródła

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

zhangweicheng 4 lat temu
rodzic
commit
a34eeaf77d
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      types/src/interface/project.ts

+ 2 - 1
types/src/interface/project.ts

@@ -221,6 +221,7 @@ export interface IProperty {
   overHeightSetting?: IOverHeightSetting; // 超高降效选项
   overHeightSetting?: IOverHeightSetting; // 超高降效选项
   basicInfo?: IInfoItem[]; // 基本信息
   basicInfo?: IInfoItem[]; // 基本信息
   feature?: IInfoItem[]; // 工程特征
   feature?: IInfoItem[]; // 工程特征
+  singleInfo?: IInfoItem[]; // 单项信息
   progressiveInterval?: IProgressiveInterval[]; // 累进区间
   progressiveInterval?: IProgressiveInterval[]; // 累进区间
   gljAdjustType?: GLJAdjustType; // 承包人材料调整类型
   gljAdjustType?: GLJAdjustType; // 承包人材料调整类型
   cptIllustration?: string; // 编制说明
   cptIllustration?: string; // 编制说明
@@ -239,7 +240,7 @@ export interface IProperty {
   infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
   infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
   recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
   recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
   saveLog?: boolean; // 记录项目编辑log
   saveLog?: boolean; // 记录项目编辑log
-  normLib?:string;
+  normLib?: string;
 }
 }
 
 
 // 原来的列设置太复杂了,没什么必要
 // 原来的列设置太复杂了,没什么必要