产品-薪酬统计分析报表设置修改
This commit is contained in:
parent
27d3762efa
commit
b512f7af95
|
|
@ -311,11 +311,11 @@ class ChartsRangeSettingsModal extends Component {
|
|||
}
|
||||
showGroup items={dataShowItems} needTigger col={1}
|
||||
/>
|
||||
<WeaSearchGroup
|
||||
title={getLabel(111, "统计维度值范围设置")}
|
||||
showGroup items={dimensionRange === "0" ? rangValItems : [...rangValItems, ...rangValExtraItems]}
|
||||
needTigger col={1}
|
||||
/>
|
||||
{/*<WeaSearchGroup*/}
|
||||
{/* title={getLabel(111, "统计维度值范围设置")}*/}
|
||||
{/* showGroup items={dimensionRange === "0" ? rangValItems : [...rangValItems, ...rangValExtraItems]}*/}
|
||||
{/* needTigger col={1}*/}
|
||||
{/*/>*/}
|
||||
</WeaDialog>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue