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