From 992c59e6faf99af2ba0e129df6178ea7fd859c79 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 12 Aug 2025 11:06:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(wholenetwork):=20=E5=85=A8=E7=BD=91?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=AE=A1=E7=90=86=E6=A0=87=E9=A2=98=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wholeNetwork/productManage/details.vue | 4 ++-- src/views/wholeNetwork/productManage/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/wholeNetwork/productManage/details.vue b/src/views/wholeNetwork/productManage/details.vue index 72952b6..b703e1b 100644 --- a/src/views/wholeNetwork/productManage/details.vue +++ b/src/views/wholeNetwork/productManage/details.vue @@ -131,7 +131,7 @@ export default { defaultSelected: 'productManageDetails', topList: [ { - name: '全网商品管理详情', + name: '全网产品管理详情', path: 'productManageDetails' } ], @@ -174,7 +174,7 @@ export default { this.download( '/sale/manage/all-product-detail/export', { ...this.queryParams, ...this.form }, - `${'全网商品管理'}${new Date().getTime()}.xlsx` + `${'全网产品管理'}${new Date().getTime()}.xlsx` ) }) }, diff --git a/src/views/wholeNetwork/productManage/index.vue b/src/views/wholeNetwork/productManage/index.vue index afa277f..7e163c3 100644 --- a/src/views/wholeNetwork/productManage/index.vue +++ b/src/views/wholeNetwork/productManage/index.vue @@ -195,7 +195,7 @@ export default { defaultSelected: 'productManage', topList: [ { - name: '全网商品管理', + name: '全网产品管理', path: 'productManage' } ], @@ -278,7 +278,7 @@ export default { this.download( '/sale/manage/all-product/export', Object.assign({}, this.queryParams, this.select), - `${'全网商品管理'}${new Date().getTime()}.xlsx` + `${'全网产品管理'}${new Date().getTime()}.xlsx` ) }) },