Commit ead687d9 authored by baixian's avatar baixian

闯关优化

parent 391e7eae
......@@ -332,7 +332,7 @@ class UnClockForm extends React.Component {
},
],
})(
<InputNumber disabled={customsParams.id && customsParams.id != 0} max={199} min={0} style={{ width: 100 }} />,
<InputNumber disabled={customsParams.id && customsParams.id != 0} max={199} min={1} style={{ width: 100 }} />,
)}
<span className="ant-form-text">关卡</span>
</FormItem>
......
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