增加 状态显示
This commit is contained in:
parent
2cf7cbc624
commit
cd75c69dc3
@ -11,6 +11,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
<th>名称</th>
|
<th>名称</th>
|
||||||
|
<th>状态</th>
|
||||||
<th>余额</th>
|
<th>余额</th>
|
||||||
<th>操作</th>
|
<th>操作</th>
|
||||||
</thead>
|
</thead>
|
||||||
@ -26,6 +27,9 @@
|
|||||||
<td>
|
<td>
|
||||||
{{ $module->name }}
|
{{ $module->name }}
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
{{ $module->status }}
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ $module->balance }} 元
|
{{ $module->balance }} 元
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user