修改后台小组管理功能添加设为管理员按钮,方便添加多管理员
This commit is contained in:
@@ -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 }}
|
||||
<button ms-attr-class="getBtnClass('pre')" ms-click="getPrevious">上一页</button>
|
||||
|
||||
Reference in New Issue
Block a user