main
kgdxpr 1 year ago
parent 2558384b00
commit 56e0997579

@ -127,13 +127,14 @@
}, },
cols: [[ cols: [[
{ title: '序号', align: 'center', width: "5%", type: 'numbers' }, { title: '序号', align: 'center', width: "5%", type: 'numbers' },
{ title: '区(县)名称', field: 'area_name', align: 'center', width: "10%" },
{ title: '学校名称', field: 'bureau_name', align: 'center', width: "25%" }, { title: '学校名称', field: 'bureau_name', align: 'center', width: "25%" },
{ title: '教师数', field: 'teacher_count', align: 'center', width: "10%" }, { title: '教师数', field: 'teacher_count', align: 'center', width: "10%" },
{ title: '学生数', field: 'student_count', align: 'center', width: "10%" }, { title: '学生数', field: 'student_count', align: 'center', width: "10%" },
{ title: '班级数', field: 'class_count', align: 'center', width: "10%" }, { title: '班级数', field: 'class_count', align: 'center', width: "10%" },
{ title: '教师调转待审数', field: 'wait_teacher_count', align: 'center', width: "10%" }, { title: '教师调转待审数', field: 'wait_teacher_count', align: 'center', width: "10%" },
{ title: '学生调转待审数', field: 'wait_student_count', align: 'center', width: "10%" }, { title: '学生调转待审数', field: 'wait_student_count', align: 'center', width: "10%" },
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "20%" } { title: '操作', toolbar: '#table-bar', align: 'center', width: "10%" }
]], ]],
skin: 'line', skin: 'line',
defaultToolbar: [{ defaultToolbar: [{

Loading…
Cancel
Save