From 2a0ac458dec3de360220f4a4a9bfdab358369df9 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Tue, 15 Sep 2026 13:38:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=B4=B9=E7=94=A8=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/cost-Item.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/home/components/cost-Item.vue b/src/views/home/components/cost-Item.vue index b95ac278..efcc332a 100644 --- a/src/views/home/components/cost-Item.vue +++ b/src/views/home/components/cost-Item.vue @@ -100,14 +100,14 @@ export default { const costMapping = [ { key: 'totalCost', name: '总费用·万元', - path:"/expenseAnalysis/expenseAnalysisBase" + path:"/expenseAnalysis/expenseAnalysis" }, { key: 'manageCost', name: '管理费用·万元', - path: "/expenseAnalysis/expenseAnalysisBase" + path: "" }, - { key: 'saleCost', name: '销售费用·万元', path: "/expenseAnalysis/expenseAnalysisBase" }, - { key: 'financeCost', name: '财务费用·万元', path: "/expenseAnalysis/expenseAnalysisBase" } + { key: 'saleCost', name: '销售费用·万元', path: "" }, + { key: 'financeCost', name: '财务费用·万元', path: "" } ]; // 遍历映射关系,转换数据