main
kgdxpr 1 year ago
parent e4543d23f4
commit 26696b5225

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

Loading…
Cancel
Save