修改ID
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
{else/}
|
{else/}
|
||||||
{foreach $roles as $key => $role}
|
{foreach $roles as $key => $role}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$start + $key}</td>
|
<td>{$role->id}</td>
|
||||||
<td>{$role->name}</td>
|
<td>{$role->name}</td>
|
||||||
<td>{$role->created_at}</td>
|
<td>{$role->created_at}</td>
|
||||||
<td>
|
<td>
|
||||||
|
Reference in New Issue
Block a user