cody 2 years ago
parent 3e611d85c1
commit 9e2ec3d581

@ -45,7 +45,7 @@
{{-- </select>--}}
</form>
</div>
<h5>收款明细</h5>
<h5>收款明细(合计:{{$recharges_sum}})</h5>
<table class="table table-bordered mb-0 table-datatable">
<thead>
<tr>
@ -82,10 +82,6 @@
<td class="p-1">{{ $item->refunds_count ? $item->refunds_count : "" }}</td>
</tr>
@endforeach
<tr>
<td>合计</td>
<td>{{$recharges_sum}}</td>
</tr>
</tbody>
</table>
<h5>退款明细</h5>

Loading…
Cancel
Save