修改后台小组管理功能添加设为管理员按钮,方便添加多管理员

This commit is contained in:
sxw
2015-12-09 19:50:48 +08:00
parent 09de27667d
commit c12ee66c51
2 changed files with 14 additions and 3 deletions

View File

@@ -19,13 +19,13 @@
<td>{{ el.user.username }}</td>
<td>{{ el.user.real_name }}</td>
<td>{{ el.join_time|date("yyyy-MM-dd HH:mm:ss")}}</td>
<td>
<button class="btn-sm btn-info" ms-click="promotAsAdmin(el)">设为管理员</button>
<button class="btn-sm btn-danger" ms-click="removeMember(el)">移除</button>
</td>
</tr>
</table>
<div class="text-right">
页数:{{ page }}/{{ totalPage }}&nbsp;&nbsp;
<button ms-attr-class="getBtnClass('pre')" ms-click="getPrevious">上一页</button>