Forráskód Böngészése

fix(types): 变更调整价列属性挂载位置

vian 5 éve
szülő
commit
36bc119e12
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      types/src/interface/project.ts

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

@@ -172,6 +172,7 @@ export interface IProperty {
   unitPriceFile?: IFileRef; // 单价文件
   feeFile?: IFileRef; // 费率文件
   region?: string;
+  showAdjustPrice?: boolean; // 是否显示调整价列
   isInstall?: boolean; // 是否是安装工程
   isItemIncrease?: boolean; // 是否是子目增加
   itemIncreaseSetting?: IIncreaseSetting;
@@ -231,7 +232,6 @@ export interface IProject extends ITreeScm {
   createDate: number;
   property?: IProperty;
   colMetas?: IColumnMeta[];
-  gljCol?: IGLJCol;
   changeMark?: string;
   remark?: string;
   fileVer?: string;