From 8430e46b4d3ce108c3bc8eb06acfca8dbc467b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 20 Aug 2024 10:42:59 +0800 Subject: [PATCH] =?UTF-8?q?custom/=E5=96=9C=E7=9B=88=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statisticalMicroSettingsSlide.js | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) 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