参考人员信息
This commit is contained in:
parent
605ad7a713
commit
cc67c74f36
@ -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){ }}
|
||||
|
Loading…
Reference in New Issue
Block a user