main
kgdxpr 1 year ago
parent e25b740aa0
commit 825f240aaa

@ -188,21 +188,20 @@
],
[
{ title: '班级数', field: 'xx_class_count', align: 'center', width: "100" },
{ title: '学生数', align: 'xx_student_count', align: 'center', width: "100" },
{ title: '教职工数', align: 'xx_teacher_count', align: 'center', width: "100" },
{ title: '学生数', field: 'xx_student_count', align: 'center', width: "100" },
{ title: '教职工数', field: 'xx_teacher_count', align: 'center', width: "100" },
{ title: '班级数', field: 'cz_class_count', align: 'center', width: "100" },
{ title: '学生数', align: 'cz_student_count', align: 'center', width: "100" },
{ title: '教职工数', align: 'cz_teacher_count', align: 'center', width: "100" },
{ title: '学生数', field: 'cz_student_count', align: 'center', width: "100" },
{ title: '教职工数', field: 'cz_teacher_count', align: 'center', width: "100" },
{ title: '班级数', field: 'gz_class_count', align: 'center', width: "100" },
{ title: '学生数', align: 'gz_student_count', align: 'center', width: "100" },
{ title: '教职工数', align: 'gz_teacher_count', align: 'center', width: "100" }
{ title: '学生数', field: 'gz_student_count', align: 'center', width: "100" },
{ title: '教职工数', field: 'gz_teacher_count', align: 'center', width: "100" }
]
],
// skin: 'line',
defaultToolbar: []
});
}
form.on('submit(user-query)', function () {
@ -213,6 +212,18 @@
return false;
});
form.on('select(xzqh)', function () {
tableRender();
// 阻止表单的默认提交行为
return false;
});
form.on('select(xxlx)', function () {
tableRender();
// 阻止表单的默认提交行为
return false;
});
});
</script>

Loading…
Cancel
Save