Commit ad998f41 by Tang

feat: 机构概况菜单

parent 81573d7e
...@@ -20,8 +20,8 @@ export const nav = [ ...@@ -20,8 +20,8 @@ export const nav = [
name: "机构概况", name: "机构概况",
nameInHeaderNav: "机构概况", nameInHeaderNav: "机构概况",
index: 0, index: 0,
link: "/Org", link: "/Org/Intro",
breadcrumb: [{name: "机构概况", path: "/Org"}, {name: "中心简介"}], breadcrumb: [{name: "机构概况", path: "/Org/Intro"}, {name: "中心简介"}],
children: [ children: [
{ {
id: uuid("gs_nav"), id: uuid("gs_nav"),
...@@ -43,15 +43,16 @@ export const nav = [ ...@@ -43,15 +43,16 @@ export const nav = [
{name: "地方编码分支机构"}, {name: "地方编码分支机构"},
], ],
}, },
],
},
],
},
{ {
id: "1-1", id: uuid("gs_nav"),
name: "质量管理体系", name: "质量管理体系",
index: 2, index: 2,
link: "/Org/ISO", link: "/Org/ISO",
breadcrumb: [
{name: "机构概况", path: "/Org/Intro"},
{name: "质量管理体系",path:"/Org/ISO/Ideology"},
{name: "指导思想"},
],
children: [ children: [
{ {
id: uuid("gs_nav"), id: uuid("gs_nav"),
...@@ -66,6 +67,10 @@ export const nav = [ ...@@ -66,6 +67,10 @@ export const nav = [
}, },
], ],
}, },
],
},
],
},
{ {
id: "2", id: "2",
name: "业务大厅", name: "业务大厅",
......
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