参考人员信息

This commit is contained in:
wans 2021-05-12 15:20:33 +08:00
parent 605ad7a713
commit cc67c74f36

View File

@ -55,6 +55,15 @@
<div class="layui-row">
<div class="layui-col-md12">
<table class="layui-table" id="dataTable" lay-filter="dataTable">
<thead>
<tr>
<th style="width: 80px; text-align: center"><b>姓名</b></th>
<th style="width: 80px; text-align: center"><b>性别</b></th>
<th style="width: 120px; text-align: center"><b>证件号码</b></th>
<th style="width: 120px; text-align: center"><b>联系方式</b></th>
<th style="width: 120px; text-align: center"><b>准考证</b></th>
</tr>
</thead>
<tbody id="examUserTemplateBox"></tbody>
<script type="text/html" id="examUserTemplate">
{{# if(d.length == 0){ }}