diff --git a/WebRoot/view/ywgl/qrxx_area/index.html b/WebRoot/view/ywgl/qrxx_area/index.html
index 11ff3753..33146ed2 100644
--- a/WebRoot/view/ywgl/qrxx_area/index.html
+++ b/WebRoot/view/ywgl/qrxx_area/index.html
@@ -28,6 +28,10 @@
.layui-card-body .layui-form {
margin-top: 0 !important;
}
+
+ .woo-theme-color-none {
+ color: #cccccc !important;
+ }
@@ -69,11 +73,9 @@
+ 查看签名
+
@@ -120,7 +122,7 @@
},
cols: [[
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
- { title: '学校名称', field: 'org_name', align: 'center', width: "25%" },
+ { 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%" },