From 5abd5b2abe5245c4b89f41d8a9ad2809826552fd Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Thu, 26 Feb 2026 15:06:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=A8=A1=E5=9D=97typecheck=E4=B8=8Elint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/BatchImportExportPanel.vue | 7 +--- .../components/BatchMoveCategoryPanel.vue | 1 - .../components/BatchPriceAdjustPanel.vue | 2 +- .../batch/components/BatchSaleSwitchPanel.vue | 2 +- .../batch/components/BatchStoreSyncPanel.vue | 1 - .../batch/components/BatchToolCards.vue | 2 +- .../batch/composables/batch-page/constants.ts | 5 ++- .../composables/batch-page/data-actions.ts | 9 ++--- .../composables/batch-page/tool-actions.ts | 10 +++-- .../batch/composables/useProductBatchPage.ts | 28 ++++++++----- .../src/views/product/batch/index.vue | 12 ++++-- .../src/views/product/batch/styles/card.less | 2 +- .../views/product/batch/styles/layout.less | 2 +- .../src/views/product/batch/styles/panel.less | 1 - .../product-detail-page/helpers.ts | 3 ++ .../product-detail-page/sku-actions.ts | 34 ++++++++++------ .../composables/useProductDetailPage.ts | 8 +++- .../src/views/product/detail/index.vue | 40 ++++++++++++++++--- .../composables/schedule-page/constants.ts | 9 ++++- .../composables/useProductSchedulePage.ts | 4 +- 20 files changed, 120 insertions(+), 62 deletions(-) diff --git a/apps/web-antd/src/views/product/batch/components/BatchImportExportPanel.vue b/apps/web-antd/src/views/product/batch/components/BatchImportExportPanel.vue index a21b0e3..f1553e8 100644 --- a/apps/web-antd/src/views/product/batch/components/BatchImportExportPanel.vue +++ b/apps/web-antd/src/views/product/batch/components/BatchImportExportPanel.vue @@ -1,5 +1,6 @@