首页费用跳转问题

This commit is contained in:
2026-09-15 13:38:05 +08:00
parent 774f54ede5
commit 2a0ac458de

View File

@@ -100,14 +100,14 @@ export default {
const costMapping = [ const costMapping = [
{ {
key: 'totalCost', name: '总费用·万元', key: 'totalCost', name: '总费用·万元',
path:"/expenseAnalysis/expenseAnalysisBase" path:"/expenseAnalysis/expenseAnalysis"
}, },
{ {
key: 'manageCost', name: '管理费用·万元', key: 'manageCost', name: '管理费用·万元',
path: "/expenseAnalysis/expenseAnalysisBase" path: ""
}, },
{ key: 'saleCost', name: '销售费用·万元', path: "/expenseAnalysis/expenseAnalysisBase" }, { key: 'saleCost', name: '销售费用·万元', path: "" },
{ key: 'financeCost', name: '财务费用·万元', path: "/expenseAnalysis/expenseAnalysisBase" } { key: 'financeCost', name: '财务费用·万元', path: "" }
]; ];
// 遍历映射关系,转换数据 // 遍历映射关系,转换数据