✏️ typos: 修复文案bug
This commit is contained in:
parent
9c9a76dbb0
commit
6e09d0e0c1
|
@ -1103,7 +1103,7 @@ export default class addKnockGold extends Component {
|
|||
</Form>
|
||||
</Card>
|
||||
{/* <h5>时间限制</h5> */}
|
||||
<Card style={{ width: '70%', margin: '10px 0' }} title={'发放规则'}>
|
||||
<Card style={{ width: '70%', margin: '10px 0' }} title={'时间限制'}>
|
||||
<Form model={this.state.model} rules={rules.time} ref='form2'>
|
||||
<FormItem id='entry_time' labelname='生效时间段' prop='entry_time'>
|
||||
<DateRangePicker
|
||||
|
@ -1474,7 +1474,6 @@ export default class addKnockGold extends Component {
|
|||
<FormItem id='early_notifier' labelname='预警通知人'>
|
||||
<div className='bt_se'>
|
||||
<Select
|
||||
clearable
|
||||
className='bt_se_select'
|
||||
options={this.state.userSelectList}
|
||||
placeholder='选择一项'
|
||||
|
|
Loading…
Reference in New Issue