diff --git a/resources/views/admin/orders/index.blade.php b/resources/views/admin/orders/index.blade.php index 70f54f2..1145ebc 100755 --- a/resources/views/admin/orders/index.blade.php +++ b/resources/views/admin/orders/index.blade.php @@ -1,6 +1,11 @@ @extends("admin.layouts.layout") @section("content") +
| 订单编号 | @@ -65,23 +70,23 @@|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | {{ $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) -+ | 查看 |