@@ -367,7 +367,7 @@ class WorkeTimes extends Component {
label="最小公出时长" >
<InputNumber
style={{ width: '100px' }}
- min={1}
+ min={0}
placeholder="请填写最小公出时长(小时)"
value={this.state.minHours}
onChange={(e) => {
@@ -1,6 +1,6 @@
{
"name": "afanti",
- "version": "1.2.72",
+ "version": "1.2.73",
"description": "",
"main": "index.js",
"scripts": {