From 7a429d862578648c9af0dca21eee31c48cc822c7 Mon Sep 17 00:00:00 2001 From: liyinglin Date: Fri, 12 Jan 2024 10:24:12 +0800 Subject: [PATCH] 1 --- resources/views/admin/orders/index.blade.php | 28 ++++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/views/admin/orders/index.blade.php b/resources/views/admin/orders/index.blade.php index 1df3a01..70f54f2 100755 --- a/resources/views/admin/orders/index.blade.php +++ b/resources/views/admin/orders/index.blade.php @@ -65,23 +65,23 @@ @foreach ($data as $row) - + {{ $row->serial }} - {{ $row->project->name }} - {{ $row->bed->building->name }} - {{ $row->bed->area->name }} - {{ $row->department }} - {{ $row->customer->name ?: $row->patient->name }} - {{ $row->customer->balance }} - {{ $row->customer->mobile }} - {{ $row->patient->name }} - {{ $row->from_date }} - {!! $row->status == \App\Models\Orders::STATUS_FINISHED ? $row->to_date : " {$row->to_date}" !!} - {!! $row->getStatusLabelAttribute() !!} - {!! $row->status == \App\Models\Orders::STATUS_FINISHED ? "" : "" !!} {{ $row->total }} + {{ $row->project->name }} + {{ $row->bed->building->name }} + {{ $row->bed->area->name }} + {{ $row->department }} + {{ $row->customer->name ?: $row->patient->name }} + {{ $row->customer->balance }} + {{ $row->customer->mobile }} + {{ $row->patient->name }} + {{ $row->from_date }} + {!! $row->status == \App\Models\Orders::STATUS_FINISHED ? $row->to_date : " {$row->to_date}" !!} + {!! $row->getStatusLabelAttribute() !!} + {!! $row->status == \App\Models\Orders::STATUS_FINISHED ? "" : "" !!} {{ $row->total }} @if (!$hushizhang || !$yuanfang) - + 查看