From 039210c9198c21dde787dfc6c11d631b43dbfa0d Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 7 Aug 2025 15:35:05 +0800 Subject: [PATCH 1/9] =?UTF-8?q?feat(realInfo):=20=E7=9C=9F=E5=AE=9E?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/information/realInfo/index.vue | 252 +++++++---------------- vue.config.js | 8 +- 2 files changed, 74 insertions(+), 186 deletions(-) diff --git a/src/views/information/realInfo/index.vue b/src/views/information/realInfo/index.vue index a1fc0aa..8ba2667 100644 --- a/src/views/information/realInfo/index.vue +++ b/src/views/information/realInfo/index.vue @@ -36,7 +36,7 @@ - + - - + + + + - - +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + +
@@ -344,16 +292,9 @@ width="180" /> - @@ -390,7 +331,7 @@ - + @@ -499,12 +440,6 @@ export default { checked: true, prop: 'pkSettleGrade' }, - { - id: 42, - text: '真实奖衔', - checked: true, - prop: 'pkAwards' - }, { id: 33, text: '性别', @@ -540,60 +475,6 @@ export default { text: '证件(反面)', checked: true, prop: 'idCardBack' - }, - { - id: 9, - text: '省', - checked: true, - prop: 'provinceName' - }, - { - id: 10, - text: '市', - checked: true, - prop: 'cityName' - }, - { - id: 11, - text: '区/县', - checked: true, - prop: 'countyName' - }, - { - id: 12, - text: '详细地址', - checked: true, - prop: 'address' - }, - { - id: 13, - text: '银行名称', - checked: true, - prop: 'bankName' - }, - { - id: 14, - text: '支行名称', - checked: true, - prop: 'subBankName' - }, - { - id: 15, - text: '开户姓名', - checked: true, - prop: 'accountName' - }, - { - id: 16, - text: '预留电话', - checked: true, - prop: 'reservedPhone' - }, - { - id: 17, - text: '银行卡号', - checked: true, - prop: 'cardNumber' } ], @@ -704,16 +585,21 @@ export default { this.queryParams.pkCounty = value[2] }, changeTime3(val) { - this.queryParams.startCertificationTime = val[0] - this.queryParams.endCertificationTime = val[1] + if (val) { + this.queryParams.startCertificationTime = val[0] + this.queryParams.endCertificationTime = val[1] + } else { + this.queryParams.startCertificationTime = null + this.queryParams.endCertificationTime = null + } }, changeTime1(val) { - this.queryParams.startCreationTime = val[0] - this.queryParams.endCreationTime = val[1] + this.queryParams.startCreationTime = val ? val[0] : null + this.queryParams.endCreationTime = val ? val[1] : null }, changeTime2(val) { - this.queryParams.startPayTime = val[0] - this.queryParams.endPayTime = val[1] + this.queryParams.startPayTime = val ? val[0] : null + this.queryParams.endPayTime = val ? val[1] : null }, // 性别 getSexs() { diff --git a/vue.config.js b/vue.config.js index 71371bd..788cbd7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -44,9 +44,11 @@ module.exports = { }, proxy: { '/prod-api': { - target: 'https://t-mana.beida666.com/', - changeOrigin: true - + target: 'http://localhost:8080/', + changeOrigin: true, + pathRewrite: { + '^/prod-api': '' + } } } // proxy: { From 5b655521c0ea890835dc759e1fd16f7beef2de6d Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 7 Aug 2025 16:58:55 +0800 Subject: [PATCH 2/9] =?UTF-8?q?fix(yihandeled):=20=E6=B5=B7=E4=B9=8B?= =?UTF-8?q?=E5=9C=A3=E6=96=87=E6=A1=88=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Delivery/yihandeled.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/Delivery/yihandeled.vue b/src/components/Delivery/yihandeled.vue index f0e7644..f8f9e8e 100644 --- a/src/components/Delivery/yihandeled.vue +++ b/src/components/Delivery/yihandeled.vue @@ -521,15 +521,13 @@
制单人:
出库人:
出库时间:
-
- 客服热线:4001112818 -
+
温馨提示: 尊敬的各位家人,感谢您长期以来对海之圣的支持与厚爱,当您收到货物时,请检查货物是否有破损,当场开箱验货确认无误后再签收哦,如有问题请第一时间致电公司客服热线,我们将一如既往的为您提供优质、快捷的物流服务。 + >尊敬的各位家人,感谢您长期以来对北方大陆的支持与厚爱,当您收到货物时,请检查货物是否有破损,当场开箱验货确认无误后再签收哦,如有问题请第一时间致电公司客服热线,我们将一如既往的为您提供优质、快捷的物流服务。
@@ -666,7 +664,7 @@ 温馨提示: 尊敬的各位家人,感谢您长期以来对海之圣的支持与厚爱,当您收到货物时,请检查货物是否有破损,当场开箱验货确认无误后再签收哦,如有问题请第一时间致电公司客服热线,我们将一如既往的为您提供优质、快捷的物流服务。 + >尊敬的各位家人,感谢您长期以来对北方大陆的支持与厚爱,当您收到货物时,请检查货物是否有破损,当场开箱验货确认无误后再签收哦,如有问题请第一时间致电公司客服热线,我们将一如既往的为您提供优质、快捷的物流服务。
From 52420b9473aeef958f8564e95530afdf67254aed Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 7 Aug 2025 17:10:55 +0800 Subject: [PATCH 3/9] =?UTF-8?q?fix(yihandeled):=20=E5=87=BA=E5=BA=93?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E5=8D=95=E5=AE=A2=E6=9C=8D=E7=94=B5=E8=AF=9D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Delivery/yihandeled.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Delivery/yihandeled.vue b/src/components/Delivery/yihandeled.vue index f8f9e8e..f206e6e 100644 --- a/src/components/Delivery/yihandeled.vue +++ b/src/components/Delivery/yihandeled.vue @@ -521,7 +521,9 @@
制单人:
出库人:
出库时间:
- +
+ 客服热线:4001112818 +
温馨提示: @@ -656,7 +658,7 @@
出库人:
- 客服热线:4001112818 + 客服热线:4007655887
From 4565ca64435be859da4836ebae1c525b355304a9 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 7 Aug 2025 17:11:56 +0800 Subject: [PATCH 4/9] =?UTF-8?q?fix(yihandeled):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E7=83=AD=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Delivery/yihandeled.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Delivery/yihandeled.vue b/src/components/Delivery/yihandeled.vue index f206e6e..1ddf2d6 100644 --- a/src/components/Delivery/yihandeled.vue +++ b/src/components/Delivery/yihandeled.vue @@ -522,7 +522,7 @@
出库人:
出库时间:
- 客服热线:4001112818 + 客服热线:4007655887
From 2a75107a74f415d6c2da51bc564672305484bc31 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 8 Aug 2025 14:37:30 +0800 Subject: [PATCH 5/9] =?UTF-8?q?feat(productSale):=20=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E9=94=80=E5=94=AE=E7=BB=9F=E8=AE=A1=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i8n.js | 2 +- src/api/logistics.js | 209 +++++------ src/api/statistics.js | 8 +- src/assets/languages/zhCn.js | 2 +- src/router/index.js | 16 +- src/utils/date.js | 9 + src/views/goodsManage/productList/index.vue | 11 + ...ryDetail.vue => productSaleStatistics.vue} | 207 +++++----- .../productSaleStatisticsDetail.vue | 217 +++++++++++ src/views/statistics/shippingSummary.vue | 354 ------------------ 10 files changed, 458 insertions(+), 577 deletions(-) rename src/views/statistics/{shippingSummaryDetail.vue => productSaleStatistics.vue} (59%) create mode 100644 src/views/statistics/productSaleStatisticsDetail.vue delete mode 100644 src/views/statistics/shippingSummary.vue diff --git a/i8n.js b/i8n.js index b33651b..fd50653 100644 --- a/i8n.js +++ b/i8n.js @@ -53,7 +53,7 @@ module.exports = { CK_KS_121: '订单开票', CK_KS_122: '伞下新增安置业绩', CK_KS_123: '订单日期', - CK_KS_124: '出货明细汇总统计', + CK_KS_124: '产品销售统计', CK_KS_125: '报单汇总', CK_KS_126: '累计金额', CK_KS_127: '出库单', diff --git a/src/api/logistics.js b/src/api/logistics.js index e459b71..a2eed7b 100644 --- a/src/api/logistics.js +++ b/src/api/logistics.js @@ -2,76 +2,73 @@ import request from '@/utils/request' // 商品订单列表接口 export function getOrderLists(params) { - return request({ - url: '/sale/manage/order/order-invoicing-list', - method: 'get', - params - }) + return request({ + url: '/sale/manage/order/order-invoicing-list', + method: 'get', + params + }) } export function getOrderList(params) { - return request({ - url: '/sale/manage/order/query-order-list', - method: 'get', - params - }) + return request({ + url: '/sale/manage/order/query-order-list', + method: 'get', + params + }) } // 查看商品订单列表接口 export function getFindOrderList(params) { - return request({ - url: '/sale/manage/order/get-order-list', - method: 'get', - params - }) + return request({ + url: '/sale/manage/order/get-order-list', + method: 'get', + params + }) } -//订单类型枚举 +// 订单类型枚举 export function getOrderType(params) { - return request({ - url: '/system/pub/enums/order-type', - method: 'get', - params - }) + return request({ + url: '/system/pub/enums/order-type', + method: 'get', + params + }) } -//撤单类型枚举 +// 撤单类型枚举 export function getCancleType(params) { - return request({ - url: 'system/pub/enums/cancel-the-order', - method: 'get', - params - }) + return request({ + url: 'system/pub/enums/cancel-the-order', + method: 'get', + params + }) } -//出货明细汇总统计订单类型下拉选 +// 产品销售统计订单类型下拉选 export function getOrderTypeRepurchaseAll(params) { - return request({ - url: '/system/pub/enums/order-shipment', - method: 'get', - params - }) + return request({ + url: '/system/pub/enums/order-shipment', + method: 'get', + params + }) } - - -//伞下直推新增业绩-订单类型下拉选 +// 伞下直推新增业绩-订单类型下拉选 export function getUnderAddOrderType(params) { - return request({ - url: '/system/pub/enums/order-business', - method: 'get', - params - }) + return request({ + url: '/system/pub/enums/order-business', + method: 'get', + params + }) } -//伞下直推新增业绩(新)订单类型下拉选 +// 伞下直推新增业绩(新)订单类型下拉选 export function getUnderAddOrderTypeNew(params) { - return request({ - url: '/system/pub/enums/orderUp-business', - method: 'get', - params - }) + return request({ + url: '/system/pub/enums/orderUp-business', + method: 'get', + params + }) } - -//收益类型 +// 收益类型 export function getYieldType(params) { return request({ url: '/system/manage/bd-bonus-items/list', @@ -79,7 +76,7 @@ export function getYieldType(params) { params }) } -//收益状态 +// 收益状态 export function getYieldStatus(params) { return request({ url: '/system/pub/enums/bonus-income-status', @@ -88,87 +85,83 @@ export function getYieldStatus(params) { }) } -//发货方式 +// 发货方式 export function getDeliveryList(params) { - return request({ - url: '/system/pub/enums/delivery-list', - method: 'get', - params - }) + return request({ + url: '/system/pub/enums/delivery-list', + method: 'get', + params + }) } - - -//支付方式 +// 支付方式 export function getOrderPayType(params) { - return request({ - url: '/system/pub/enums/order-pay-type', - method: 'get', - params - }) + return request({ + url: '/system/pub/enums/order-pay-type', + method: 'get', + params + }) } -//查询自提清单 +// 查询自提清单 export function getOrderSelfList(data) { - return request({ - url: '/sale/manage/order-business/self-list?pageNum=' + data.pageNum + '&pageSize=' + data.pageSize, - method: 'post', - data - }) + return request({ + url: '/sale/manage/order-business/self-list?pageNum=' + data.pageNum + '&pageSize=' + data.pageSize, + method: 'post', + data + }) } -//自提清单-同意1/驳回3 +// 自提清单-同意1/驳回3 export function selfApprove(data) { - return request({ - url: '/sale/manage/order-business/self-approve', - method: 'post', - data - }) + return request({ + url: '/sale/manage/order-business/self-approve', + method: 'post', + data + }) } - -//查询修改地址列表 +// 查询修改地址列表 export function getModifyAddress(params) { - return request({ - url: '/member/manage/self-modify-address/list', - method: 'get', - params - }) + return request({ + url: '/member/manage/self-modify-address/list', + method: 'get', + params + }) } -//自提清单-申请自提 +// 自提清单-申请自提 export function saveSelfOrder(data) { - return request({ - url: '/sale/manage/order-business/self-order', - method: 'post', - data - }) + return request({ + url: '/sale/manage/order-business/self-order', + method: 'post', + data + }) } -//修改地址查询详情 +// 修改地址查询详情 export function queryPass(data) { - return request({ - url: '/member/manage/self-modify-address/queryPass', - method: 'post', - data - }) + return request({ + url: '/member/manage/self-modify-address/queryPass', + method: 'post', + data + }) } -//修改地址驳回 +// 修改地址驳回 export function rejectAddress(data) { - return request({ - url: '/member/manage/self-modify-address/reject', - method: 'post', - data - }) + return request({ + url: '/member/manage/self-modify-address/reject', + method: 'post', + data + }) } -//订单添加开票备注 +// 订单添加开票备注 export function updateOrderRemarks(data) { - return request({ - url: '/sale/manage/order/update-order-remarks', - method: 'post', - data - }) + return request({ + url: '/sale/manage/order/update-order-remarks', + method: 'post', + data + }) } - diff --git a/src/api/statistics.js b/src/api/statistics.js index 4f4bd54..ecb4419 100644 --- a/src/api/statistics.js +++ b/src/api/statistics.js @@ -107,19 +107,19 @@ export function getResettleAchieveNew(params) { }) } -// 出货明细汇总统计列表 +// 产品销售统计列表 export function getShippingSummary(params) { return request({ - url: '/report/manager/member-report/product-shipping-details-list', + url: '/report/manager/member-report/product-shipping', method: 'get', params }) } -// 出货明细汇总统计详情列表 +// 产品销售统计详情列表 export function getShippingSummaryDetail(params) { return request({ - url: '/report/manager/member-report/product-shipping-details-info-list', + url: '/report/manager/member-report/product-shipping-details', method: 'get', params }) diff --git a/src/assets/languages/zhCn.js b/src/assets/languages/zhCn.js index 281f0b2..9a9fa3d 100644 --- a/src/assets/languages/zhCn.js +++ b/src/assets/languages/zhCn.js @@ -1443,7 +1443,7 @@ const zhCn = { PleaseEnterTheDetailedAddress: "请输入详细地址", PrefectureAndCity: "地市", districtAndCounty: "区县", - ShipmentDetailsSummaryStatistics: "出货明细汇总统计", + ShipmentDetailsSummaryStatistics: "产品销售统计", ConsumptionType: "消费类型", quantity: "数量", NewResettlementPerformanceUnderTheUmbrella: "伞下新增安置业绩", diff --git a/src/router/index.js b/src/router/index.js index 87f0f97..fe20997 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -2258,16 +2258,16 @@ export const constantRoutes = [ meta: { title: '伞下直推' } }, { - path: 'shippingSummary', - name: 'ShippingSummary', - component: () => import('@/views/statistics/shippingSummary'), - meta: { title: '出货明细汇总统计' } + path: 'productSaleStatistics', + name: 'ProductSaleStatistics', + component: () => import('@/views/statistics/productSaleStatistics'), + meta: { title: '产品销售统计' } }, { - path: 'shippingSummaryDetail', - name: 'ShippingSummaryDetail', - component: () => import('@/views/statistics/shippingSummaryDetail'), - meta: { title: '出货明细汇总统计' }, + path: 'productSaleStatisticsDetail', + name: 'ProductSaleStatisticsDetail', + component: () => import('@/views/statistics/productSaleStatisticsDetail'), + meta: { title: '产品销售统计详情' }, hidden: true }, { diff --git a/src/utils/date.js b/src/utils/date.js index fc15ef7..a89836b 100644 --- a/src/utils/date.js +++ b/src/utils/date.js @@ -4,3 +4,12 @@ export function getBeforeDays(n = 1) { return dayjs().subtract(n, 'day').format('YYYY-MM-DD') } +// 获取本月第一天 +export function getMonthFirstDay() { + return dayjs().startOf('month').format('YYYY-MM-DD') +} + +// 获取本月最后一天 +export function getMonthLastDay() { + return dayjs().endOf('month').format('YYYY-MM-DD') +} diff --git a/src/views/goodsManage/productList/index.vue b/src/views/goodsManage/productList/index.vue index d374ba4..5c7c800 100644 --- a/src/views/goodsManage/productList/index.vue +++ b/src/views/goodsManage/productList/index.vue @@ -21,6 +21,11 @@ + + + + + @@ -271,6 +276,12 @@ width="120" :label="'产品编号'" /> + - - + + + + + + + + + + + + - - - - - - - - - - - - + + + @@ -58,7 +50,7 @@ " > {{ '搜索' }} - + {{ '重置' }}
@@ -82,58 +74,40 @@ @selection-change="handleSelectionChange" > + - - - - - - - - - @@ -152,11 +126,16 @@ - diff --git a/src/views/statistics/shippingSummary.vue b/src/views/statistics/shippingSummary.vue deleted file mode 100644 index 390d8c7..0000000 --- a/src/views/statistics/shippingSummary.vue +++ /dev/null @@ -1,354 +0,0 @@ - - - - - - \ No newline at end of file From 4a723fa4c4130364f0c7ce2877b2d05b873fa942 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 8 Aug 2025 17:32:30 +0800 Subject: [PATCH 6/9] =?UTF-8?q?feat(performance):=20=E7=A7=BB=E9=99=A4PV?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performanceRatio/performanceList.vue | 18 ++---------------- .../settlementCenter/topPerformance/index.vue | 14 -------------- .../topPerformanceTotal/index.vue | 17 +++++------------ 3 files changed, 7 insertions(+), 42 deletions(-) diff --git a/src/views/settlementCenter/performanceRatio/performanceList.vue b/src/views/settlementCenter/performanceRatio/performanceList.vue index 8ad2ea2..1d0b485 100644 --- a/src/views/settlementCenter/performanceRatio/performanceList.vue +++ b/src/views/settlementCenter/performanceRatio/performanceList.vue @@ -249,30 +249,16 @@ export default { checked: true, prop: 'teamName' }, - { - id: 28, - text: '首购PV拨比(%)', - checked: true, - prop: 'mainBonusPvRate', - total: 'mainBonusPvRateSum' - }, - { - id: 29, - text: '复购PV拨比(%)', - checked: true, - prop: 'repurBonusPvRate', - total: 'repurBonusPvRateSum' - }, { id: 3, - text: `${'注册专区'}`, + text: `注册专区`, checked: true, prop: 'mainRegAmount', total: 'mainRegAmountSum' }, { id: 4, - text: `${'升级专区'}`, + text: `升级专区`, checked: true, prop: 'mainUpAmount', total: 'mainUpAmountSum' diff --git a/src/views/settlementCenter/topPerformance/index.vue b/src/views/settlementCenter/topPerformance/index.vue index 489abcc..3cb48f3 100644 --- a/src/views/settlementCenter/topPerformance/index.vue +++ b/src/views/settlementCenter/topPerformance/index.vue @@ -208,20 +208,6 @@ export default { checked: true, prop: 'teamName' }, - { - id: 28, - text: '首购PV拨比(%)', - checked: true, - prop: 'mainBonusPvRate', - total: 'mainBonusPvRateSum' - }, - { - id: 29, - text: '复购PV拨比(%)', - checked: true, - prop: 'repurBonusPvRate', - total: 'repurBonusPvRateSum' - }, { id: 3, text: `${'注册专区'}`, diff --git a/src/views/settlementCenter/topPerformanceTotal/index.vue b/src/views/settlementCenter/topPerformanceTotal/index.vue index b17e439..f58f5d2 100644 --- a/src/views/settlementCenter/topPerformanceTotal/index.vue +++ b/src/views/settlementCenter/topPerformanceTotal/index.vue @@ -240,21 +240,17 @@ export default { prop: 'memberName' }, { - text: `${'首购金额'}(¥)`, + text: `${'首购金额'}`, prop: 'firstPurchaseAll' }, { - text: `首购奖金(¥)`, + text: `首购奖金`, prop: 'mainBonus' }, { text: `首购金额拨比(%)`, prop: 'mainBonusRate' }, - { - text: '首购PV拨比(%)', - prop: 'mainBonusPvRate' - }, { text: '直推拨比(%)', prop: 'introduceBonusRate' @@ -272,21 +268,18 @@ export default { prop: 'serviceBonusRate' }, { - text: '复购金额(¥)', + text: '复购金额', prop: 'repurchaseAllAmount' }, { - text: '复购奖金(¥)', + text: '复购奖金', prop: 'repurBonus' }, { text: '复购金额拨比(%)', prop: 'repurBonusRate' }, - { - text: '复购PV拨比(%)', - prop: 'repurBonusPvRate' - }, + { text: '复购级差拨比(%)', prop: 'repurRangeBonusRate' From 56b482180d97dfc35d5e1ce3ab4ec5b669f714b0 Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 9 Aug 2025 11:08:03 +0800 Subject: [PATCH 7/9] chore: update env --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 39f37af..46bb6f4 100644 --- a/.env.production +++ b/.env.production @@ -3,8 +3,8 @@ ENV = 'production' # base api VUE_APP_BASE_API = '/prod-api' -VUE_APP_CLIENT_ADDRESS = 'http://app.beida666.com/#/' -VUE_APP_APP_ADDRESS = 'http://app.beida666.com/#/' +VUE_APP_CLIENT_ADDRESS = 'http://t-app.beida666.com/#/' +VUE_APP_APP_ADDRESS = 'http://t-app.beida666.com/#/' # 打包: # npm run build:prod From bc593c80680c166d91ec87ad39532bc14e8f91b9 Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 9 Aug 2025 14:06:01 +0800 Subject: [PATCH 8/9] =?UTF-8?q?feat(ProductSaleStatistics):=20=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E9=94=80=E5=94=AE=E7=BB=9F=E8=AE=A1=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/productSaleStatistics.vue | 4 ++-- src/views/statistics/productSaleStatisticsDetail.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/statistics/productSaleStatistics.vue b/src/views/statistics/productSaleStatistics.vue index 8ca8092..06b837e 100644 --- a/src/views/statistics/productSaleStatistics.vue +++ b/src/views/statistics/productSaleStatistics.vue @@ -60,8 +60,8 @@
- - {{ '导出' }} + + 导出
diff --git a/src/views/statistics/productSaleStatisticsDetail.vue b/src/views/statistics/productSaleStatisticsDetail.vue index b12450d..e0c67bb 100644 --- a/src/views/statistics/productSaleStatisticsDetail.vue +++ b/src/views/statistics/productSaleStatisticsDetail.vue @@ -8,7 +8,7 @@
- + {{ '导出' }}
From 1027f761477dd5efc8bb38e8a8f7b51c47f8eca4 Mon Sep 17 00:00:00 2001 From: woody Date: Mon, 11 Aug 2025 09:22:21 +0800 Subject: [PATCH 9/9] =?UTF-8?q?fix(productSaleStatistics):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8DtopBar=E7=82=B9=E5=87=BB=E8=B7=B3=E8=BD=AC=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/productSaleStatistics.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/statistics/productSaleStatistics.vue b/src/views/statistics/productSaleStatistics.vue index 06b837e..54be745 100644 --- a/src/views/statistics/productSaleStatistics.vue +++ b/src/views/statistics/productSaleStatistics.vue @@ -148,11 +148,11 @@ export default { }, data() { return { - moren: 'productSaleStatisticsDetail', + moren: 'productSaleStatistics', topList: [ { name: '产品销售统计', - path: 'productSaleStatisticsDetail' + path: 'productSaleStatistics' } ], tableData: [],