|
|
@@ -34,7 +34,7 @@
|
|
|
{field: 'id', title: 'ID', sort: true, event: 'id', width: '5%'},
|
|
|
{field: 'name', title: '姓名', width: '8%'},
|
|
|
{field: 'gender_name', title: '性别', width: '5%'},
|
|
|
- {field: 'idcard', title: '身份证号码', width: '15%'},
|
|
|
+ {field: 'idcard', title: '身份证号码', width: '15%',template:"<img src='{{d.photo}}' lay-event='open_image'>"},
|
|
|
{field: 'job', title: '职业', width: '7%'},
|
|
|
{field: 'photo', title: '照片', width: '7%'},
|
|
|
{field: 'level_name', title: '等级', width: '5%'},
|