This commit is contained in:
parent
3b73fae49c
commit
dfbb95d6cd
|
@ -107,7 +107,7 @@
|
|||
|
||||
/* 表格弹出 */
|
||||
.zent-menu[data-zv="9.11.0"]{
|
||||
width: 120px!important;
|
||||
width: 150px!important;
|
||||
}
|
||||
|
||||
/* 表单必填*标置后 */
|
||||
|
|
|
@ -176,8 +176,8 @@ export default class acclist extends React.Component{
|
|||
</FormItem>
|
||||
<FormItem labelname="计划类型" prop="type" id="type">
|
||||
<RadioGroup onChange={(e)=>{this.onTypeChange(e)}} value={this.state.model.type}>
|
||||
<RadioButton value="1">活动</RadioButton>
|
||||
<RadioButton value="2" disabled={true}>仅兑换</RadioButton>
|
||||
<RadioButton value="1" disabled={true}>活动</RadioButton>
|
||||
<RadioButton value="2" >仅兑换</RadioButton>
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
<FormItem labelname="分销商" prop="reseller" id ="reseller">
|
||||
|
|
|
@ -187,7 +187,7 @@ export default class acclist extends React.Component{
|
|||
</FormItem>
|
||||
<FormItem labelname="计划类型" prop="type" id="type">
|
||||
<RadioGroup onChange={(e)=>{this.onTypeChange(e)}} value={this.state.model.type}>
|
||||
<RadioButton value="1">活动</RadioButton>
|
||||
<RadioButton value="1" disabled={true}>活动</RadioButton>
|
||||
<RadioButton value="2">仅兑换</RadioButton>
|
||||
</RadioGroup>
|
||||
</FormItem>
|
||||
|
|
|
@ -586,12 +586,12 @@ onChangeCombinedDate(e){
|
|||
{
|
||||
return <span>
|
||||
<a className="grid-link" onClick={(e)=>{this.onEditRow(e,rowData)}} >编辑</a>
|
||||
<Dropdown position={DropdownPosition.RightTop }>
|
||||
<Dropdown position={DropdownPosition.RightTop } >
|
||||
<DropdownClickTrigger>
|
||||
<div className="linkmore"> 更多 <Icon type={"down"} /> </div>
|
||||
</DropdownClickTrigger>
|
||||
<DropdownContent>
|
||||
<Menu onClick={(e,key)=>this.menuItemClick(e,key,rowData)}>
|
||||
<Menu onClick={(e,key)=>this.menuItemClick(e,key,rowData)} style={{width:"400px"}}>
|
||||
<MenuItem key="1">再次发送密码</MenuItem>
|
||||
<MenuItem key="2">再次发送key</MenuItem>
|
||||
<MenuItem key="3">修改接收邮箱</MenuItem>
|
||||
|
|
|
@ -548,7 +548,7 @@ export default class acclist extends React.Component{
|
|||
<div className="linkmore"> 更多 <Icon type={"down"} /> </div>
|
||||
</DropdownClickTrigger>
|
||||
<DropdownContent>
|
||||
<Menu onClick={(e,key)=>this.menuItemClick(e,key,rowData)}>
|
||||
<Menu onClick={(e,key)=>this.menuItemClick(e,key,rowData)} >
|
||||
<MenuItem key="1">再次发送密码</MenuItem>
|
||||
<MenuItem key="2">再次发送key</MenuItem>
|
||||
<MenuItem key="3">修改接收邮箱发送</MenuItem>
|
||||
|
|
Loading…
Reference in New Issue