|
|
@@ -54,12 +54,13 @@
|
|
|
layList.tableList('List', "{:Url('memberList')}", function () {
|
|
|
return [
|
|
|
{field: 'id', title: 'ID', sort: true, event: 'id', width: '5%'},
|
|
|
+ {field: 'check_id', title: '会员编号', width: '10%'},
|
|
|
{field: 'name', title: '姓名/企业名', width: '10%'},
|
|
|
{field: 'logo', toolbar: '#logo', title: '半身照/LOGO', width: '8%'},
|
|
|
{field: '_type', title: '类型', width: '7%'},
|
|
|
{field: 'idcard', title: '身份证号/企业统一代码', width: '11%'},
|
|
|
{field: 'phone', title: '联系方式', width: '8%'},
|
|
|
- {field: 'address', toolbar: '#address', title: '地址', width: '15%'},
|
|
|
+ {field: 'address', toolbar: '#address', title: '地址', width: '10%'},
|
|
|
{field: 'job', toolbar: '#job', title: '职业/主营业务', width: '8%'},
|
|
|
{field: 'saver', title: '保荐人', width: '5%'},
|
|
|
{field: 'grade_name', title: '申请类型', width: '8%'},
|