|
|
|
@ -28,6 +28,10 @@
|
|
|
|
|
.layui-card-body .layui-form {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.woo-theme-color-none {
|
|
|
|
|
color: #cccccc !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
@ -69,11 +73,9 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="table-bar">
|
|
|
|
|
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="viewSign"><a
|
|
|
|
|
class="woo-theme-color">查看签名</a></span>
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="viewSign"><a
|
|
|
|
|
class="woo-theme-color">查看签名</a></span>
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<script src="../../../component/layui/layui.js"></script>
|
|
|
|
|
<script src="../../../component/pear/pear.js"></script>
|
|
|
|
@ -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%" },
|
|
|
|
|