From b97ee93a1b902fc515090a7374be12891a928d0e Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Thu, 26 Feb 2026 13:19:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=89=B9=E9=87=8F=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E9=A1=B5=E6=94=B9=E4=B8=BA=E5=A4=8D=E7=94=A8=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E9=97=A8=E5=BA=97=E5=B7=A5=E5=85=B7=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../product/batch/components/BatchToolbar.vue | 43 ------------------- .../src/views/product/batch/index.vue | 12 ++++-- .../views/product/batch/styles/layout.less | 25 +---------- .../product/batch/styles/responsive.less | 6 --- 4 files changed, 10 insertions(+), 76 deletions(-) delete mode 100644 apps/web-antd/src/views/product/batch/components/BatchToolbar.vue diff --git a/apps/web-antd/src/views/product/batch/components/BatchToolbar.vue b/apps/web-antd/src/views/product/batch/components/BatchToolbar.vue deleted file mode 100644 index 746fe05..0000000 --- a/apps/web-antd/src/views/product/batch/components/BatchToolbar.vue +++ /dev/null @@ -1,43 +0,0 @@ - - - - diff --git a/apps/web-antd/src/views/product/batch/index.vue b/apps/web-antd/src/views/product/batch/index.vue index c903d9f..2d78c24 100644 --- a/apps/web-antd/src/views/product/batch/index.vue +++ b/apps/web-antd/src/views/product/batch/index.vue @@ -8,7 +8,7 @@ import BatchMoveCategoryPanel from './components/BatchMoveCategoryPanel.vue'; import BatchPriceAdjustPanel from './components/BatchPriceAdjustPanel.vue'; import BatchSaleSwitchPanel from './components/BatchSaleSwitchPanel.vue'; import BatchStoreSyncPanel from './components/BatchStoreSyncPanel.vue'; -import BatchToolbar from './components/BatchToolbar.vue'; +import StoreScopeToolbar from '../../shared/components/StoreScopeToolbar.vue'; import BatchToolCards from './components/BatchToolCards.vue'; import { useProductBatchPage } from './composables/useProductBatchPage'; @@ -124,12 +124,18 @@ function updateExportCategoryIds(value: string[]) {