Commit 61ec9a38af22a3cfcec35f48c6bbebb3f813c9f2
1 parent
f3a79cc5
fix: 修改预警选择日期
Showing
1 changed file
with
8 additions
and
8 deletions
src/pages/Order/OrderWarning/index.tsx
... | ... | @@ -4119,22 +4119,22 @@ const OrderPage = () => { |
4119 | 4119 | //选择天数1 |
4120 | 4120 | const options1 = [ |
4121 | 4121 | { |
4122 | - label: '超过15天', | |
4123 | - value: 15, | |
4122 | + label: '超过7天', | |
4123 | + value: 7, | |
4124 | 4124 | }, |
4125 | 4125 | { |
4126 | - label: '超过30天', | |
4127 | - value: 30, | |
4126 | + label: '超过10天', | |
4127 | + value: 10, | |
4128 | 4128 | }, |
4129 | 4129 | ]; |
4130 | 4130 | const options2 = [ |
4131 | 4131 | { |
4132 | - label: '超过15天', | |
4133 | - value: 15, | |
4132 | + label: '超过20天', | |
4133 | + value: 20, | |
4134 | 4134 | }, |
4135 | 4135 | { |
4136 | - label: '超过30天', | |
4137 | - value: 30, | |
4136 | + label: '超过45天', | |
4137 | + value: 45, | |
4138 | 4138 | }, |
4139 | 4139 | ]; |
4140 | 4140 | const options3 = [ | ... | ... |