Bläddra i källkod

feat(types): 新增指标项目分类属性

zhangweicheng 4 år sedan
förälder
incheckning
b9f638c67e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      types/src/interface/project.ts

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

@@ -85,7 +85,6 @@ export enum FileType {
   CONTROL = 3, // 控制价
 
   // 预算类型  --- end
-
   ESTIMATE = 5, // 概算
 
   SETTLEMENT = 10, // 结算
@@ -246,6 +245,7 @@ export interface IProperty {
   infoPriceOption?: IInfoPriceOption; // 信息价选项 只用于搜索
   recommendPriceOption?: IInfoPriceOption; // 智能材价匹配时的选项
   saveLog?: boolean; // 记录项目编辑log
+  indexType?: string; // 指标项目分类用于指标入库
   normLib?: string;
 }