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: "" } ]; // 遍历映射关系,转换数据