Browse Source

fix():bug修改

tags/PMS_V1.0.0_Alpha5
xingjx 1 year ago
parent
commit
ef1427bc87
  1. 4
      src/components/TableModule/index.jsx

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

Loading…
Cancel
Save