Przeglądaj źródła

feat(types): 修改gusuanSetting属性

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

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

@@ -253,7 +253,7 @@ export interface IProperty {
   saveToIndex?: boolean; // 是否已经入库
   checkOptions?: ICheckOptions; // 指标检测的选项
   priceScope?: IPriceScope; // 价格区间
-  gusuanSetting?: ICheckOptions; // 估算项目自动填写指标时的设
+  checkOptionSetting?: ICheckOptions; // 检测清单、设置指标弹窗确定共用的保存设置的位
 }
 
 // 原来的列设置太复杂了,没什么必要