改进 页面
去除空余
This commit is contained in:
parent
bfa4d9f7dd
commit
e4743b375a
@ -25,9 +25,8 @@
|
|||||||
@foreach ($transactions as $t)
|
@foreach ($transactions as $t)
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<span class="module_name" module="{{ $t->module_id }}">{{ $t->module_id }}</span>
|
<span class="module_name" module="{{ $t->module_id }}">{{ $t->module_id }}</span>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<x-payment :payment="$t->payment"></x-payment>
|
<x-payment :payment="$t->payment"></x-payment>
|
||||||
|
Loading…
Reference in New Issue
Block a user