| | |
| | | items: [ |
| | | { |
| | | id:1, |
| | | icon: 'el-icon-folder-opened', |
| | | indexUrl: '1', |
| | | name: '系统管理', |
| | | children:[ |
| | | { |
| | | id:1, |
| | | icon: 'el-icon-user-solid', |
| | | name: '人员管理', |
| | | parentId: 1, |
| | | indexUrl: 'user' |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | id:2, |
| | | icon: 'el-icon-place', |
| | | icon: 'el-icon-folder-opened', |
| | | indexUrl: '2', |
| | | name: '智慧泊车管理', |
| | | children:[ |
| | | { |
| | | icon: 'el-icon-document', |
| | | name: '停车场管理', |
| | | indexUrl: 'park' |
| | | parentId: 2, |
| | | indexUrl: "park" |
| | | }, |
| | | { |
| | | icon: 'el-icon-document', |
| | | name: '收费规则管理', |
| | | parentId: 2, |
| | | indexUrl: "costRule" |
| | | }, |
| | | { |
| | | icon: 'el-icon-document', |
| | | name: '车辆入场管理', |
| | | parentId: 2, |
| | | indexUrl: "enterPark" |
| | | }, |
| | | { |
| | | icon: 'el-icon-document', |
| | | name: '车辆出场管理', |
| | | parentId: 2, |
| | | indexUrl: "outPark" |
| | | }, |
| | | { |
| | | icon: 'el-icon-document', |
| | | name: '白名单管理', |
| | | parentId: 2, |
| | | indexUrl: "whiteList" |
| | | }, |
| | | { |
| | | icon: 'el-icon-document', |
| | | name: '泊车发票管理', |
| | | parentId: 2, |
| | | indexUrl: "parkticket" |
| | | }, |
| | | { |
| | | icon: 'el-icon-document', |
| | | name: '订单统计', |
| | | parentId: 2, |
| | | indexUrl: "orderRecord" |
| | | }, |
| | | ] |
| | | }, |
| | | { |
| | | id:3, |
| | | icon: 'el-icon-folder-opened', |
| | | indexUrl: '3', |
| | | name: '智慧罚没管理', |
| | | children:[ |
| | | { |
| | | icon: 'el-icon-document', |
| | | name: '违章类型管理', |
| | | indexUrl: 'violationType' |
| | | }, |
| | | // { |
| | | // id:4, |
| | | // icon: 'el-icon-document', |
| | | // name: '订单管理', |
| | | // indexUrl: 'outPark' |
| | | // }, |
| | | // { |
| | | // id:5, |
| | | // icon: 'el-icon-document', |
| | | // name: '罚单管理', |
| | | // indexUrl: 'ticket' |
| | | // }, |
| | | { |
| | | id:6, |
| | | icon: 'el-icon-document-checked', |
| | | name: '白名单', |
| | | indexUrl: 'whiteList' |
| | | parentId: 3, |
| | | indexUrl: "violationType" |
| | | }, |
| | | { |
| | | id:7, |
| | | icon: 'el-icon-s-fold', |
| | | icon: 'el-icon-document', |
| | | name: '街道管理', |
| | | indexUrl: 'street' |
| | | parentId: 3, |
| | | indexUrl: "street" |
| | | }, |
| | | { |
| | | id:8, |
| | | icon: 'el-icon-document', |
| | | name: '收费规则管理', |
| | | indexUrl: 'costRule' |
| | | name: '罚单管理', |
| | | parentId: 3, |
| | | indexUrl: "ticket" |
| | | }, |
| | | { |
| | | id:9, |
| | | icon: 'el-icon-document', |
| | | name: '订单统计', |
| | | indexUrl: 'orderRecord' |
| | | name: '罚没发票管理', |
| | | parentId: 3, |
| | | indexUrl: "zfticket" |
| | | }, |
| | | // { |
| | | // id:3, |
| | | // icon: 'el-icon-folder-opened', |
| | | // indexUrl: '2', |
| | | // name: '统计报表', |
| | | // children:[ |
| | | // { |
| | | // icon: 'el-icon-document', |
| | | // name: '普通员工月度评价', |
| | | // parentId: 3, |
| | | // indexUrl: "puTongYuanGongStatistic" |
| | | // }, |
| | | // { |
| | | // icon: 'el-icon-document', |
| | | // name: '职能部门评价结果', |
| | | // parentId: 3, |
| | | // indexUrl: "leaderStatistic" |
| | | // } |
| | | // ] |
| | | // } |
| | | ] |
| | | }, |
| | | ] |
| | | } |
| | | }, |