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[]) {