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