|
|
|
@ -75,12 +75,12 @@
|
|
|
|
|
page: false,
|
|
|
|
|
cols: [[
|
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
|
|
|
|
|
{ title: '学期', field: 'org_name', align: 'center' },
|
|
|
|
|
{ title: '教师数', field: 'org_code', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '学生数', field: 'org_code', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '班级数', field: 'org_code', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '教师调转待审数', field: 'org_code', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '学生调转待审数', field: 'org_code', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '学期', field: 'term_name', align: 'center' },
|
|
|
|
|
{ title: '教师数', field: 'teacher_count', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '学生数', field: 'student_count', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '班级数', field: 'class_count', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '教师调转待审数', field: 'wait_teacher_count', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '学生调转待审数', field: 'wait_student_count', align: 'center', width: "15%" },
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "20%" }
|
|
|
|
|
]],
|
|
|
|
|
skin: 'line',
|
|
|
|
|