diff --git a/resources/views/admin/orders/index.blade.php b/resources/views/admin/orders/index.blade.php index 0d8612b..1c1bb45 100755 --- a/resources/views/admin/orders/index.blade.php +++ b/resources/views/admin/orders/index.blade.php @@ -58,7 +58,7 @@ 状态 总计 - @if (!$hushizhang) + @if (empty($hushizhang) && empty($yuanfang)) 操作 @endif @@ -81,7 +81,7 @@ {!! $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 (empty($hushizhang) || empty($yuanfang)) + @if (empty($hushizhang) && empty($yuanfang))