|
|
@@ -49,13 +49,14 @@
|
|
|
layList.tableList('List', "{:Url('memberList')}", function () {
|
|
|
return [
|
|
|
{field: 'id', title: 'ID', sort: true, event: 'id', width: '5%'},
|
|
|
- {field: 'name', title: '姓名/企业名', width: '5%'},
|
|
|
+ {field: 'name', title: '姓名/企业名', width: '15%'},
|
|
|
{field: 'logo', toolbar: '#logo', title: '半身照/LOGO', width: '12%'},
|
|
|
{field: '_type', title: '类型', width: '7%'},
|
|
|
{field: 'idcard', title: '身份证号/企业统一代码', width: '12%'},
|
|
|
{field: 'phone', title: '联系方式', width: '8%'},
|
|
|
{field: 'address', toolbar: '#address', title: '地址', width: '15%'},
|
|
|
{field: 'job', toolbar: '#job', title: '职业/主营业务', width: '12%'},
|
|
|
+ {field: 'saver', title: '保荐人', width: '5%'},
|
|
|
{field: 'grade_name', title: '申请类型', width: '8%'},
|
|
|
{field: 'pay_money', title: '支付金额', width: '5%'},
|
|
|
{field: 'status_txt', title: '状态', width: '5%'},
|
|
|
@@ -100,7 +101,7 @@
|
|
|
case 'see':
|
|
|
break;
|
|
|
case 'open_image':
|
|
|
- $eb.openImage(data.image);
|
|
|
+ $eb.openImage(data.logo);
|
|
|
break;
|
|
|
}
|
|
|
})
|