| | |
| | | }, |
| | | ], |
| | | }, |
| | | //费用项目列表 |
| | | {//src\views\basic\gyItemMoney\gyItemMoney.vue |
| | | path: "/basic/gy/gyItemMoney", |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: "noredirect", |
| | | meta: { |
| | | breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示 |
| | | activeMenu: "/basic/gy", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | }, |
| | | children: [ |
| | | { |
| | | path: "/basic/gy/gyItemMoney", |
| | | component: () => import("@/views/basic/gyItemMoney/gyItemMoney.vue"), |
| | | name: "GyItemMoney", |
| | | meta: { title: "费用项目列表", activeMenu: "basic/gy" }, |
| | | }, |
| | | ], |
| | | }, |
| | | // 销售订单 |
| | | { |
| | | path: "/sell/seOrder/xsSeOrderBill", |