Commit c78f9b17 authored by 涂伟's avatar 涂伟

feat: '维保方案月周期支持24、36、48月一次'

parent bf259253
......@@ -380,7 +380,7 @@ const BaseConfig = (props, ref) => {
}
}
}}
options={[0.5, 1, 2, 3, 6, 12].map(province => ({
options={[0.5, 1, 2, 3, 6, 12, 24, 36, 48].map(province => ({
label: province === 0.5 ? '半' : province,
value: province,
}))}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment