去掉 使用说明的 必填符号
This commit is contained in:
parent
21805a9bab
commit
3c52922211
|
@ -689,7 +689,7 @@ export default class addKnockGold extends Component {
|
||||||
{/* <h5>样式设置</h5> */}
|
{/* <h5>样式设置</h5> */}
|
||||||
<Card style={{ width: '70%', margin: '10px 0' }} title={'样式设置'}>
|
<Card style={{ width: '70%', margin: '10px 0' }} title={'样式设置'}>
|
||||||
<Form ref='form3'>
|
<Form ref='form3'>
|
||||||
<FormItem id='instruction' labelname='使用说明'>
|
<FormItem id='instruction' labelname='使用说明' required=''>
|
||||||
<Input
|
<Input
|
||||||
value={this.state.model.instruction}
|
value={this.state.model.instruction}
|
||||||
width='520px'
|
width='520px'
|
||||||
|
|
Loading…
Reference in New Issue