[前端]添加比赛题目列表可见字段的显示,方便比赛管理[CI SKIP]

This commit is contained in:
esp 2015-08-25 10:55:43 +08:00
parent ae64944449
commit 0ab2583dc8

View File

@ -161,6 +161,7 @@
<th>编号</th> <th>编号</th>
<th>题目</th> <th>题目</th>
<th ms-visible="editMode=='2'">分值</th> <th ms-visible="editMode=='2'">分值</th>
<th>可见</th>
<th>创建时间</th> <th>创建时间</th>
<td></td> <td></td>
</tr> </tr>
@ -168,6 +169,7 @@
<td>{{ el.sort_index }}</td> <td>{{ el.sort_index }}</td>
<td>{{ el.title }}</td> <td>{{ el.title }}</td>
<td ms-visible="editMode=='2'">{{ el.score}}</td> <td ms-visible="editMode=='2'">{{ el.score}}</td>
<td>{{ getYesOrNo(el.visible) }}</td>
<td>{{ el.create_time|date("yyyy-MM-dd HH:mm:ss") }}</td> <td>{{ el.create_time|date("yyyy-MM-dd HH:mm:ss") }}</td>
<td> <td>
<a href="javascript:void(0)" class="btn-sm btn-info" <a href="javascript:void(0)" class="btn-sm btn-info"