|
|
|
@ -57,13 +57,13 @@
|
|
|
|
|
let cols = [
|
|
|
|
|
[
|
|
|
|
|
{ field: '', title: '序号', align: 'center', type: 'numbers', width: "5%" }
|
|
|
|
|
, { field: 'name', title: '姓名', align: 'center' }
|
|
|
|
|
, { field: 'xb', title: '性别', align: 'center' }
|
|
|
|
|
, { field: 'sfzh', title: '身份证号', align: 'center', width: "10%" }
|
|
|
|
|
, { field: 'bx_name', title: '报名学段', align: 'center', width: "10%" }
|
|
|
|
|
, { field: 'address', title: '家庭住址', align: 'center', width: "10%" }
|
|
|
|
|
, { field: 'father_name', title: '父亲姓名', align: 'center', width: "10%" }
|
|
|
|
|
, { field: 'mother_name', title: '母亲姓名', align: 'center', width: "10%" }
|
|
|
|
|
, { field: 'name', title: '姓名', align: 'center', width: "8%" }
|
|
|
|
|
, { field: 'xb', title: '性别', align: 'center', width: "5%" }
|
|
|
|
|
, { field: 'sfzh', title: '身份证号', align: 'center', width: "15%" }
|
|
|
|
|
, { field: 'bx_name', title: '报名学段', align: 'center', width: "8%" }
|
|
|
|
|
, { field: 'address', title: '家庭住址', align: 'center', width: "21%" }
|
|
|
|
|
, { field: 'father_name', title: '父亲姓名', align: 'center', width: "8%" }
|
|
|
|
|
, { field: 'mother_name', title: '母亲姓名', align: 'center', width: "8%" }
|
|
|
|
|
, { field: 'tel', title: '联系电话', align: 'center', width: "10%" }
|
|
|
|
|
, { field: '', title: '查看户口本照片', toolbar: '#tableOperate', align: 'center', width: "10%" }
|
|
|
|
|
]
|
|
|
|
@ -109,7 +109,7 @@
|
|
|
|
|
tableRender();
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
table.on('tool(task-table)', function (data) {
|
|
|
|
|
table.on('tool(task-table)', function (data) {
|
|
|
|
|
if (data.event === 'view') {
|
|
|
|
|
window.open('/FengHuang/' + data.data.pic);
|
|
|
|
|
}
|
|
|
|
|