首页费用跳转问题
This commit is contained in:
@@ -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: "" }
|
||||||
];
|
];
|
||||||
|
|
||||||
// 遍历映射关系,转换数据
|
// 遍历映射关系,转换数据
|
||||||
|
|||||||
Reference in New Issue
Block a user