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 }, ]}