|
|
@@ -17,12 +17,32 @@
|
|
|
<input class="form-control" type="text" name="id">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label for="name" class="label-css"> 昵称:</label>
|
|
|
- <input class="form-control" type="text" name="nickname">
|
|
|
+ <label for="name" class="label-css"> 用户地址:</label>
|
|
|
+ <input class="form-control" type="text" name="address">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <label for="name" class="label-css"> 手机号:</label>
|
|
|
- <input class="form-control" type="text" name="phone">
|
|
|
+ <label for="name" class="label-css"> 推荐人地址:</label>
|
|
|
+ <input class="form-control" type="text" name="recom_address">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="is_sys_add" class="label-css"> 级别:</label>
|
|
|
+ <select class="form-control" name="level_id" style="margin-top: -8px;">
|
|
|
+ <option value="">全部</option>
|
|
|
+ <option value="0">L0</option>
|
|
|
+ <option value="1">L1</option>
|
|
|
+ <option value="2">L2</option>
|
|
|
+ <option value="3">L3</option>
|
|
|
+ <option value="4">L4</option>
|
|
|
+ <option value="5">L5</option>
|
|
|
+ </select>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label for="is_sys_add" class="label-css"> 自动升级:</label>
|
|
|
+ <select class="form-control" name="is_auto" style="margin-top: -8px;">
|
|
|
+ <option value="">全部</option>
|
|
|
+ <option value="0">否</option>
|
|
|
+ <option value="1">是</option>
|
|
|
+ </select>
|
|
|
</div>
|
|
|
<button type="button" class="btn btn-primary">查询</button>
|
|
|
</div>
|
|
|
@@ -69,33 +89,48 @@
|
|
|
valign: 'middle',
|
|
|
},
|
|
|
{
|
|
|
- field: 'nickname',
|
|
|
- title: '会员昵称',
|
|
|
+ field: 'address',
|
|
|
+ title: 'BNB地址',
|
|
|
+ align: 'center',
|
|
|
+ valign: 'middle',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'level_name',
|
|
|
+ title: '等级',
|
|
|
align: 'center',
|
|
|
valign: 'middle',
|
|
|
},
|
|
|
{
|
|
|
- field: 'phone',
|
|
|
- title: '会员电话',
|
|
|
+ field: 'is_auto',
|
|
|
+ title: '自动升级',
|
|
|
align: 'center',
|
|
|
valign: 'middle',
|
|
|
+ formatter:yesOrNoTwo,
|
|
|
+ bool_data:{
|
|
|
+ 'class' : 'cursor',
|
|
|
+ 'table' : 'members'
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
- field: 'head_img',
|
|
|
- title: '头像',
|
|
|
+ field: 'is_boss',
|
|
|
+ title: 'BOSS',
|
|
|
align: 'center',
|
|
|
valign: 'middle',
|
|
|
- formatter:thumbFormatter
|
|
|
+ formatter:yesOrNoTwo,
|
|
|
+ bool_data:{
|
|
|
+ 'class' : 'cursor',
|
|
|
+ 'table' : 'members'
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
field: 'money',
|
|
|
- title: '余额',
|
|
|
+ title: '代币余额',
|
|
|
align: 'center',
|
|
|
valign: 'middle',
|
|
|
},
|
|
|
{
|
|
|
- field: 'consume_money',
|
|
|
- title: '消费金',
|
|
|
+ field: 'recom_address',
|
|
|
+ title: '推荐人地址',
|
|
|
align: 'center',
|
|
|
valign: 'middle',
|
|
|
},
|
|
|
@@ -126,11 +161,10 @@
|
|
|
formatter:operateFormatter,
|
|
|
btn_group:[
|
|
|
{
|
|
|
- 'name' : '设为客服',
|
|
|
- 'message' : '是否设置为客服',
|
|
|
+ 'name' : '编辑',
|
|
|
'class' : 'btn-primary createForm',
|
|
|
- 'skip' : 'skip',
|
|
|
'url' : 'javascript:;',
|
|
|
+ 'confirm_url': '{{ route('admin.member.edit', ['id'=>'-val-'])}}'
|
|
|
}
|
|
|
]
|
|
|
}
|