diff --git a/resources/beike/admin/views/pages/products/index.blade.php b/resources/beike/admin/views/pages/products/index.blade.php
index d39255c1..b9ad1dc9 100644
--- a/resources/beike/admin/views/pages/products/index.blade.php
+++ b/resources/beike/admin/views/pages/products/index.blade.php
@@ -61,17 +61,23 @@
-
-
-
+ @if ($type != 'trashed')
+
+
+
+ @else
+
+ @endif
+ @if ($type != 'trashed')
+ @click="batchActive(true)">{{ __('admin/product.batch_active') }}
+ @click="batchActive(false)">{{ __('admin/product.batch_inactive') }}
+ @endif