更新key样式和链接类型的选择
This commit is contained in:
parent
2d9d910488
commit
93350dc34e
|
@ -930,8 +930,8 @@ export default class acclist extends React.Component{
|
||||||
<FormItem labelname=" key样式" prop="style" id="style">
|
<FormItem labelname=" key样式" prop="style" id="style">
|
||||||
<RadioGroup onChange={(e)=>{ this.onStyleChange(e)} } value={this.state.model.style} disabled={this.state.isEdit} >
|
<RadioGroup onChange={(e)=>{ this.onStyleChange(e)} } value={this.state.model.style} disabled={this.state.isEdit} >
|
||||||
<RadioButton value={1}>串码</RadioButton>
|
<RadioButton value={1}>串码</RadioButton>
|
||||||
<RadioButton value={2} disabled>链接</RadioButton>
|
<RadioButton value={2} >链接</RadioButton>
|
||||||
<RadioButton value={3} disabled>二维码</RadioButton>
|
<RadioButton value={3} >二维码</RadioButton>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
||||||
|
|
|
@ -718,8 +718,8 @@ export default class acclist extends React.Component{
|
||||||
<FormItem labelname=" key样式" prop="style" id="style">
|
<FormItem labelname=" key样式" prop="style" id="style">
|
||||||
<RadioGroup onChange={(e)=>{ this.onStyleChange(e)} } value={this.state.model.style}>
|
<RadioGroup onChange={(e)=>{ this.onStyleChange(e)} } value={this.state.model.style}>
|
||||||
<RadioButton value={1}>串码</RadioButton>
|
<RadioButton value={1}>串码</RadioButton>
|
||||||
<RadioButton value={2} disabled>链接</RadioButton>
|
<RadioButton value={2} >链接</RadioButton>
|
||||||
<RadioButton value={3} disabled>二维码</RadioButton>
|
<RadioButton value={3} >二维码</RadioButton>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
||||||
|
|
|
@ -154,8 +154,8 @@ export default class acclist extends React.Component{
|
||||||
</FormItem>
|
</FormItem>
|
||||||
<FormItem labelname="域名选择" prop="link">
|
<FormItem labelname="域名选择" prop="link">
|
||||||
<RadioGroup onChange={(e)=>{this.onUserChange(e)} } value={this.state.model.link}>
|
<RadioGroup onChange={(e)=>{this.onUserChange(e)} } value={this.state.model.link}>
|
||||||
<RadioButton value={1} disabled>大客户</RadioButton>
|
<RadioButton value={1} >大客户</RadioButton>
|
||||||
<RadioButton value={2} disabled>普通商户</RadioButton>
|
<RadioButton value={2} >普通商户</RadioButton>
|
||||||
<RadioButton value={3}>备用</RadioButton>
|
<RadioButton value={3}>备用</RadioButton>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
|
@ -842,8 +842,8 @@ export default class acclist extends React.Component{
|
||||||
<FormItem labelname=" key样式" prop="style" id="style">
|
<FormItem labelname=" key样式" prop="style" id="style">
|
||||||
<RadioGroup onChange={(e)=>{ this.onStyleChange(e)} } value={this.state.model.style} disabled={this.state.isEdit} >
|
<RadioGroup onChange={(e)=>{ this.onStyleChange(e)} } value={this.state.model.style} disabled={this.state.isEdit} >
|
||||||
<RadioButton value={1}>串码</RadioButton>
|
<RadioButton value={1}>串码</RadioButton>
|
||||||
<RadioButton value={2} disabled>链接</RadioButton>
|
<RadioButton value={2} >链接</RadioButton>
|
||||||
<RadioButton value={3} disabled>二维码</RadioButton>
|
<RadioButton value={3} >二维码</RadioButton>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue