From ef1427bc876fcc513258756f714e14af3598a83a Mon Sep 17 00:00:00 2001 From: xingjx Date: Wed, 3 Jan 2024 23:36:18 +0800 Subject: [PATCH] =?UTF-8?q?fix():bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableModule/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TableModule/index.jsx b/src/components/TableModule/index.jsx index 3be0b39..cb6236f 100644 --- a/src/components/TableModule/index.jsx +++ b/src/components/TableModule/index.jsx @@ -726,7 +726,7 @@ const TableModule = forwardRef((props, ref) => { { text: '近三日', value: 2 }, { text: '近一周', value: 6 }, { text: '近一月', value: 29 }, - { text: '近半年', value: 180 }, + { text: '近半年', value: 179 }, { text: '近一年', value: 365 }, { text: '近两年', value: 730 }, ]} @@ -1103,7 +1103,7 @@ function InputSelectGroup(params) { { text: '近三日', value: 2 }, { text: '近一周', value: 6 }, { text: '近一月', value: 29 }, - { text: '近半年', value: 180 }, + { text: '近半年', value: 179 }, { text: '近一年', value: 365 }, { text: '近两年', value: 730 }, ]}