Commit f927d090 by 叶富雄

CODE_XZUNIT

parent 28b98ac3
...@@ -17,6 +17,22 @@ const menuLayouts = [ ...@@ -17,6 +17,22 @@ const menuLayouts = [
component: () => import("@/views/mxgl/mxclydy/addMxclydy.vue") component: () => import("@/views/mxgl/mxclydy/addMxclydy.vue")
}, },
{ {
path: "/ywgxlfx",
name: "ywgxlfx",
meta: {
title: '业务贡献率分析'
},
component: () => import("@/views/mxgl/mxclydy/ywgxlfx.vue")
},
{
path: "/fzjcgxlfx",
name: "fzjcgxlfx",
meta: {
title: '辅助决策贡献率分析'
},
component: () => import("@/views/mxgl/mxclydy/fzjcgxlfx.vue")
},
{
path: "/queryMxgl", path: "/queryMxgl",
name: "queryMxgl", name: "queryMxgl",
meta: { meta: {
......
...@@ -403,7 +403,25 @@ export default { ...@@ -403,7 +403,25 @@ export default {
newAuth: "M04", newAuth: "M04",
index: "wjpj", index: "wjpj",
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: true,
children:[
{
id: "ywgxlfx",
label: "业务贡献率分析",
newAuth: "M04",
index: "ywgxlfx",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "fzjcgxlfx",
label: "辅助决策贡献率分析",
newAuth: "M04",
index: "fzjcgxlfx",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
]
}, },
], ],
rules: { rules: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment