|
@@ -14,21 +14,24 @@
|
|
|
<table class="table table-bordered table-hover table-striped table-top" data-selected-multi="true">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th align="center" width="25">No</th>
|
|
|
<th align="center" width="150">姓名</th>
|
|
|
<th align="center" width="100">学历</th>
|
|
|
<th align="center" width="80">身份证</th>
|
|
|
<th align="center" width="80">电话</th>
|
|
|
+ <th align="center" width="80">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
@for(sign in model.list){
|
|
|
<tr data-id="${sign.content_id!}">
|
|
|
- <td align="center" data-noedit="true">${sign.content_id!}</td>
|
|
|
<td align="center" >${sign.study_name!}</td>
|
|
|
<td align="center" >${sign.study_eb!}</td>
|
|
|
<td align="center" >${sign.study_sfz!}</td>
|
|
|
<td align="center" >${sign.study_ph!}</td>
|
|
|
+ <td align="center" data-noedit="true">
|
|
|
+<!-- <a href="${ctxPath}/system/cms/signUp/delete?ids=${sign.content_id!}" class="btn btn-red row-del" data-confirm-msg="确定要删除该行信息吗?">删</a>-->
|
|
|
+ <a href="${ctxPath}/signUp/delete?ids=${sign.content_id!}" class="btn btn-red" data-toggle="doajax" title="删除" data-confirm-msg="确定要删除该行信息吗?">删</a>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
@}
|
|
|
</tbody>
|