diff --git a/resources/beike/admin/views/pages/products/index.blade.php b/resources/beike/admin/views/pages/products/index.blade.php index a128887a..4cbbe47b 100644 --- a/resources/beike/admin/views/pages/products/index.blade.php +++ b/resources/beike/admin/views/pages/products/index.blade.php @@ -101,7 +101,9 @@ - 上架 + @if ($type != 'trashed') + 状态 + @endif 操作 @@ -117,7 +119,9 @@ @{{ item.price_formatted }} @{{ item.created_at }} @{{ item.position }} - @{{ item.active ? '上架' : '下架' }} + @if ($type != 'trashed') + @{{ item.active ? '上架' : '下架' }} + @endif