|
@@ -367,7 +367,7 @@ class WorkeTimes extends Component {
|
|
label="最小公出时长" >
|
|
label="最小公出时长" >
|
|
<InputNumber
|
|
<InputNumber
|
|
style={{ width: '100px' }}
|
|
style={{ width: '100px' }}
|
|
- min={1}
|
|
|
|
|
|
+ min={0}
|
|
placeholder="请填写最小公出时长(小时)"
|
|
placeholder="请填写最小公出时长(小时)"
|
|
value={this.state.minHours}
|
|
value={this.state.minHours}
|
|
onChange={(e) => {
|
|
onChange={(e) => {
|