Procházet zdrojové kódy

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

vian před 5 roky
rodič
revize
36bc119e12
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      types/src/interface/project.ts

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

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