去掉 使用说明的 必填符号

This commit is contained in:
wangsongsole 2022-05-19 15:54:08 +08:00
parent 21805a9bab
commit 3c52922211
1 changed files with 1 additions and 1 deletions

View File

@ -689,7 +689,7 @@ export default class addKnockGold extends Component {
{/* <h5>样式设置</h5> */}
<Card style={{ width: '70%', margin: '10px 0' }} title={'样式设置'}>
<Form ref='form3'>
<FormItem id='instruction' labelname='使用说明'>
<FormItem id='instruction' labelname='使用说明' required=''>
<Input
value={this.state.model.instruction}
width='520px'