diff --git a/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js b/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js index 59fe2b18..5c82f92e 100644 --- a/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js +++ b/pc4mobx/hrmSalary/pages/reportView/components/statisticalMicroSettingsSlide.js @@ -373,24 +373,24 @@ const StatisticalScopePicker = (props) => { const scopeBtns = [ { key: 1, label: getLabel(111, "上月") }, { key: 2, label: getLabel(111, "本月") }, - { key: 3, label: getLabel(111, "一季度") }, - { key: 4, label: getLabel(111, "二季度") }, - { key: 5, label: getLabel(111, "三季度") }, - { key: 6, label: getLabel(111, "四季度") }, - { key: 7, label: getLabel(111, "上半年") }, - { key: 8, label: getLabel(111, "下半年") }, + // { key: 3, label: getLabel(111, "一季度") }, + // { key: 4, label: getLabel(111, "二季度") }, + // { key: 5, label: getLabel(111, "三季度") }, + // { key: 6, label: getLabel(111, "四季度") }, + // { key: 7, label: getLabel(111, "上半年") }, + // { key: 8, label: getLabel(111, "下半年") }, { key: 9, label: getLabel(111, "本年") } ]; const { timeType, dateRange, onChange, viewAttr, disabled = false } = props; const [startDate, endDate] = dateRange || []; return
- {/*
*/} - {/* {*/} - {/* _.map(scopeBtns.slice(0, 2), o => (*/} - {/* ))*/} - {/* }*/} - {/*
*/} +
+ { + _.map(scopeBtns.slice(0, 3), o => ( + )) + } +
{/*
*/} {/* {*/} {/* _.map(scopeBtns.slice(2, 6), o => (*/}