From 56e0997579677f48fc3e1a2177b403a25d5fcf68 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Tue, 23 Jul 2024 10:38:44 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/ywgl/qrxx_city/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebRoot/view/ywgl/qrxx_city/index.html b/WebRoot/view/ywgl/qrxx_city/index.html index 2ddd949e..af2f399c 100644 --- a/WebRoot/view/ywgl/qrxx_city/index.html +++ b/WebRoot/view/ywgl/qrxx_city/index.html @@ -127,13 +127,14 @@ }, cols: [[ { 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: 'teacher_count', align: 'center', width: "10%" }, { title: '学生数', field: 'student_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_student_count', align: 'center', width: "10%" }, - { title: '操作', toolbar: '#table-bar', align: 'center', width: "20%" } + { title: '操作', toolbar: '#table-bar', align: 'center', width: "10%" } ]], skin: 'line', defaultToolbar: [{