|
@ -306,6 +306,11 @@ |
|
|
align:"center", |
|
|
align:"center", |
|
|
dataIndex: 'isDai' |
|
|
dataIndex: 'isDai' |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
title:'是否商家', |
|
|
|
|
|
align:"center", |
|
|
|
|
|
dataIndex: 'isMerchants_dictText' |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title:'推广佣金', |
|
|
title:'推广佣金', |
|
|
align:"center", |
|
|
align:"center", |
|
@ -386,6 +391,7 @@ |
|
|
fieldList.push({type:'string',value:'appletAppid',text:'小程序appid',dictCode:''}) |
|
|
fieldList.push({type:'string',value:'appletAppid',text:'小程序appid',dictCode:''}) |
|
|
fieldList.push({type:'string',value:'sex',text:'性别',dictCode:''}) |
|
|
fieldList.push({type:'string',value:'sex',text:'性别',dictCode:''}) |
|
|
fieldList.push({type:'string',value:'isDai',text:'是否分销商',dictCode:''}) |
|
|
fieldList.push({type:'string',value:'isDai',text:'是否分销商',dictCode:''}) |
|
|
|
|
|
fieldList.push({type:'string',value:'isMerchants',text:'是否商家',dictCode:'is_merchants'}) |
|
|
fieldList.push({type:'BigDecimal',value:'recommendAmount',text:'推广佣金',dictCode:''}) |
|
|
fieldList.push({type:'BigDecimal',value:'recommendAmount',text:'推广佣金',dictCode:''}) |
|
|
fieldList.push({type:'BigDecimal',value:'recommendedAmount',text:'被推广佣金',dictCode:''}) |
|
|
fieldList.push({type:'BigDecimal',value:'recommendedAmount',text:'被推广佣金',dictCode:''}) |
|
|
this.superFieldList = fieldList |
|
|
this.superFieldList = fieldList |
|
|