diff --git a/resources/views/admin/appointments/my-duty-logs.blade.php b/resources/views/admin/appointments/my-duty-logs.blade.php index 990d5d8..20272af 100644 --- a/resources/views/admin/appointments/my-duty-logs.blade.php +++ b/resources/views/admin/appointments/my-duty-logs.blade.php @@ -72,20 +72,20 @@ ]; @endphp -
+
@foreach ($statCards as $type => $card) @php $stat = $summary->get($type); $c = $colorMap[$card['color']]; @endphp -
{{ $card['icon'] }}
-
{{ $card['label'] }}
-
{{ $stat?->total ?? 0 }}
+
{{ $card['icon'] }}
+
{{ $card['label'] }}
+
{{ $stat?->total ?? 0 }}
@if ($type === 'reward' && ($stat?->amount_sum ?? 0) > 0) -
共 {{ number_format($stat->amount_sum) }} 金币
+
{{ number_format($stat->amount_sum) }} 金币
@endif
@endforeach