From 85870cb52861961f66862283be021819509a7de9 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Fri, 28 Aug 2026 15:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/coreBottomBar.vue | 4 ++-- src/views/home/components/operatingSalesRevenue.vue | 4 ++-- src/views/home/components/pieChart.vue | 2 +- src/views/home/components/top-item.vue | 2 +- src/views/home/costComponents/purchase-Item.vue | 2 +- src/views/home/costComponents/top-item.vue | 2 +- src/views/home/salesVolumeAnalysis/doublePlatedBase.vue | 6 +++--- .../home/salesVolumeAnalysis/salesVolumeAnalysisBase.vue | 2 +- .../home/salesVolumeAnalysisComponents/dataTrendBar.vue | 2 +- .../salesVolumeAnalysisComponents/dataTrendBarDouble.vue | 6 +++--- .../monthlyThreeRelatedMetrics.vue | 4 ++-- .../relatedIndicatorsAnalysis.vue | 2 +- .../yearThreeRelatedMetrics.vue | 4 ++-- 13 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/views/home/components/coreBottomBar.vue b/src/views/home/components/coreBottomBar.vue index a34ca828..55e0f9d3 100644 --- a/src/views/home/components/coreBottomBar.vue +++ b/src/views/home/components/coreBottomBar.vue @@ -23,7 +23,7 @@
@@ -60,7 +60,7 @@ export default { {name:'单价',unit:'元/㎡'}, {name:'净价',unit:'元/㎡'}, {name:'销量',unit:'万㎡'}, - {name:'双镀销量',unit:'万㎡'} + {name:'销量_双镀面板',unit:'万㎡'} ] }; }, diff --git a/src/views/home/components/operatingSalesRevenue.vue b/src/views/home/components/operatingSalesRevenue.vue index fea92351..ac8fa637 100644 --- a/src/views/home/components/operatingSalesRevenue.vue +++ b/src/views/home/components/operatingSalesRevenue.vue @@ -77,7 +77,7 @@ export default { completed: 1 // 销量超额达标 }, { - name: "双镀销量", + name: "销量_双镀面板", targetValue: 0, value: 0, proportion: 0, @@ -113,7 +113,7 @@ export default { "单价": "unitPrice", "净价": "netPrice", "销量": "sales", - "双镀销量": "panel", + "销量_双镀面板": "panel", "溢价产品销量": "premiumProduct" }; diff --git a/src/views/home/components/pieChart.vue b/src/views/home/components/pieChart.vue index db89f45c..5c0bf87c 100644 --- a/src/views/home/components/pieChart.vue +++ b/src/views/home/components/pieChart.vue @@ -164,7 +164,7 @@ export default { itemStyle: { color: 'rgba(39, 96, 255, 1)' } }, { - value: 735, name: '双镀销量', + value: 735, name: '销量_双镀面板', label: { normal: { align: 'left', diff --git a/src/views/home/components/top-item.vue b/src/views/home/components/top-item.vue index 97ab9cfd..ae28b3ec 100644 --- a/src/views/home/components/top-item.vue +++ b/src/views/home/components/top-item.vue @@ -78,7 +78,7 @@ export default { { key: 'unitPrice', unit: '单价·元/㎡', path: '/unitPriceAnalysis/unitPriceAnalysis' }, { key: 'netPrice', unit: '净价·元/㎡', path: '/netPriceAnalysis/netPriceAnalysis' }, { key: 'sales', unit: '销量·万㎡', path: '/salesVolumeAnalysis/salesVolumeAnalysis' }, - { key: 'panel', unit: '双镀销量·万㎡', path: '/salesVolumeAnalysis/salesVolumeAnalysis' } + { key: 'panel', unit: '销量_双镀面板·万㎡', path: '/salesVolumeAnalysis/salesVolumeAnalysis' } ]; // 遍历映射关系,转换数据 diff --git a/src/views/home/costComponents/purchase-Item.vue b/src/views/home/costComponents/purchase-Item.vue index 57108fc9..f27f8f63 100644 --- a/src/views/home/costComponents/purchase-Item.vue +++ b/src/views/home/costComponents/purchase-Item.vue @@ -53,7 +53,7 @@ export default { { unit: "利润总额·万元", targetValue: 16, currentValue: 15.2, progress: 85 }, { unit: "毛利率·%", targetValue: 16, currentValue: 15.2, progress: 85 }, { unit: "销量·万㎡", targetValue: 20, currentValue: 16, progress: 80 }, - { unit: "双镀销量·万㎡", targetValue: 15, currentValue: 13.8, progress: 92 } + { unit: "销量_双镀面板·万㎡", targetValue: 15, currentValue: 13.8, progress: 92 } ], // 拖拽相关状态 isDragging: false, // 是否正在拖拽 diff --git a/src/views/home/costComponents/top-item.vue b/src/views/home/costComponents/top-item.vue index 56d9fe3f..48810813 100644 --- a/src/views/home/costComponents/top-item.vue +++ b/src/views/home/costComponents/top-item.vue @@ -56,7 +56,7 @@ export default { progress: 80 }, { - unit: "双镀销量·万㎡", + unit: "销量_双镀面板·万㎡", targetValue: 15, currentValue: 13.8, progress: 92 diff --git a/src/views/home/salesVolumeAnalysis/doublePlatedBase.vue b/src/views/home/salesVolumeAnalysis/doublePlatedBase.vue index 69a61f12..654eaae4 100644 --- a/src/views/home/salesVolumeAnalysis/doublePlatedBase.vue +++ b/src/views/home/salesVolumeAnalysis/doublePlatedBase.vue @@ -2,7 +2,7 @@