This commit is contained in:
parent
47768ec612
commit
eea4d5e0b4
|
@ -29,7 +29,7 @@ const Column = [
|
|||
title: '兑换页类型',
|
||||
prop: 'client',
|
||||
name: 'client',
|
||||
type: "normal",
|
||||
type: "slot",
|
||||
width:'auto',
|
||||
|
||||
},
|
||||
|
|
|
@ -119,7 +119,7 @@ export default class acclist extends React.Component{
|
|||
</FormItem>
|
||||
<FormItem labelname="兑换入口交互" prop="link">
|
||||
<RadioGroup onChange={(e)=>{ this.onLinkChange(e)} } value={this.state.model.link}>
|
||||
<RadioButton value={1}>二维码</RadioButton>
|
||||
<RadioButton value={1} disabled>二维码</RadioButton>
|
||||
<RadioButton value={2}>链接</RadioButton>
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
|
@ -132,8 +132,8 @@ export default class acclist extends React.Component{
|
|||
</FormItem>
|
||||
<FormItem labelname="域名选择" prop="use">
|
||||
<RadioGroup onChange={(e)=>{this.onUserChange(e)} } value={this.state.model.use}>
|
||||
<RadioButton value={1}>大客户</RadioButton>
|
||||
<RadioButton value={2}>普通商户</RadioButton>
|
||||
<RadioButton value={1} disabled>大客户</RadioButton>
|
||||
<RadioButton value={2} disabled>普通商户</RadioButton>
|
||||
<RadioButton value={3}>备用</RadioButton>
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
|
|
|
@ -107,7 +107,7 @@ export default class acclist extends React.Component{
|
|||
</FormItem>
|
||||
<FormItem labelname="兑换入口交互" prop="link">
|
||||
<RadioGroup onChange={(e)=>{ this.onLinkChange(e)} } value={this.state.model.link}>
|
||||
<RadioButton value={1}>二维码</RadioButton>
|
||||
<RadioButton value={1} >二维码</RadioButton>
|
||||
<RadioButton value={2}>链接</RadioButton>
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
|
@ -120,8 +120,8 @@ export default class acclist extends React.Component{
|
|||
</FormItem>
|
||||
<FormItem labelname="域名选择" prop="use">
|
||||
<RadioGroup onChange={(e)=>{this.onUserChange(e)} } value={this.state.model.use}>
|
||||
<RadioButton value={1}>大客户</RadioButton>
|
||||
<RadioButton value={2}>普通商户</RadioButton>
|
||||
<RadioButton value={1} disabled>大客户</RadioButton>
|
||||
<RadioButton value={2} disabled>普通商户</RadioButton>
|
||||
<RadioButton value={3}>备用</RadioButton>
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
|
|
Loading…
Reference in New Issue