Merge branch 'feature/V2-薪酬统计分析' into develop

This commit is contained in:
黎永顺 2023-05-18 17:09:45 +08:00
commit f47d455ef1
1 changed files with 5 additions and 5 deletions

View File

@ -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>
);
}