增加 状态显示

This commit is contained in:
iVampireSP.com 2023-01-20 15:14:32 +08:00
parent 2cf7cbc624
commit cd75c69dc3
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -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>