123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899 |
- // 此处定义所有有关 sa-plus 的路由菜单
- // 如需添加自定义菜单,请不要更改此文件,请在 menu-list.js 里添加 (没有这个文件就新建)
- window.menuList = window.menuList || [];
- window.menuList.unshift({
- id: 'bas',
- name: '身份相关',
- isShow: false, // 隐藏显示
- info: '身份相关权限,不显示在菜单上',
- childList: [{
- id: '1',
- name: '身份-超管',
- info: '最高权限,超管身份的代表(请谨慎授权)',
- isShow: false
- },
- {
- id: '11',
- name: '身份-普通账号',
- isShow: false,
- info: '无特殊权限'
- },
- {
- id: '99',
- name: '允许进入后台管理',
- isShow: false,
- info: '只有拥有这个权限的角色才可以进入后台'
- },
- ]
- }, {
- id: 'console',
- name: '监控中心',
- icon: 'el-icon-view',
- info: '对本系统的各种监控',
- childList: [{
- id: 'sql-console',
- name: 'SQL监控台',
- url: 'sa-view-sp/sp-console/sql-console.html',
- info: 'sql控制台'
- },
- {
- id: 'redis-console',
- name: 'Redis控制台',
- url: 'sa-view-sp/sp-console/redis-console.html',
- info: 'redis常用工具'
- },
- {
- id: 'apilog-list',
- name: 'API请求日志',
- url: 'sa-view-sp/sp-apilog/api-log-list.html',
- info: '记录本系统所有的api请求'
- },
- {
- id: 'form-generator',
- name: '在线表单构建',
- url: 'https://mrhj.gitee.io/form-generator/#/'
- },
- ]
- },
- {
- id: 'sp-cfg',
- name: '系统配置',
- icon: 'el-icon-setting',
- info: '有关系统的一些配置',
- childList: [{
- id: 'sp-cfg-app',
- name: '系统对公配置',
- url: 'sa-view-sp/sp-cfg/app-cfg.html'
- },
- {
- id: 'sp-cfg-server',
- name: '服务器私有配置',
- url: 'sa-view-sp/sp-cfg/server-cfg.html'
- },
- ]
- }, {
- id: 'sys-dict',
- name: '系统字典',
- icon: 'el-icon-setting',
- info: '系统字典配置',
- childList: [{
- id: 'sys-dict-list',
- name: '字典列表',
- url: 'sa-view/sys-dict/sys-dict-list.html'
- }, ]
- },
- {
- id: 'auth',
- parent: true,
- name: '权限控制',
- icon: 'el-icon-unlock',
- childList: [{
- id: 'role-list',
- name: '角色列表',
- url: 'sa-view-sp/sp-role/role-list.html',
- },
- {
- id: 'admin-list',
- name: '管理员列表',
- url: 'sa-view-sp/sp-admin/admin-list.html',
- },
- {
- id: 'customer-auth-list',
- name: '客户权限列表',
- url: 'sa-view/tb-costomer/tb-menu-list.html',
- },
- {
- id: 'partner-auth-list',
- name: '合作伙伴列表',
- url: 'sa-view/tb-partner/tb-menu-list.html',
- },
- ]
- }, {
- id: 'tb-costomer',
- name: '客户管理',
- parent: true,
- icon: 'el-icon-s-custom',
- childList: [{
- id: 'tb-costomer-list',
- name: '客户列表',
- url: 'sa-view/tb-costomer/tb-costomer-list.html'
- },
- {
- id: 'tb-costomer-add',
- name: '添加',
- isShow: false
- },
- {
- id: 'tb-costomer-judge',
- name: '审核',
- isShow: false
- },
- {
- id: 'tb-costomer-del',
- name: '删除',
- isShow: false
- },
- {
- id: 'tb-costomer-edit',
- name: '修改',
- isShow: false
- },
- {
- id: 'tb-costomer-account',
- name: '账户',
- isShow: false,
- childList: [{
- id: 'tb-costomer-account-charge',
- name: '充值',
- isShow: false,
- }]
- },
- {
- id: 'tb-costomer-user',
- name: '用户管理',
- isShow: false,
- childList: [{
- id: 'tb-costomer-user-add',
- name: '添加',
- isShow: false,
- },
- {
- id: 'tb-costomer-user-del',
- name: '删除',
- isShow: false,
- },
- {
- id: 'tb-costomer-user-edit',
- name: '编辑',
- isShow: false,
- },
- ]
- },
- ]
- },
- {
- id: 'tb-costomer-maintain',
- name: '信息维护',
- parent: true,
- icon: 'el-icon-s-custom',
- childList: [{
- id: 'tb-costomer-maintain-list',
- name: '企业信息',
- icon: 'el-icon-s-custom',
- url: 'sa-view/tb-costomer/tb-costomer-maintain.html',
- childList: [{
- id: 'tb-costomer-maintain-edit',
- name: '编辑信息',
- isShow: false
- },
- {
- id: 'tb-costomer-maintain-account',
- name: '账户管理',
- isShow: false
- },
- {
- id: 'tb-costomer-maintain-user',
- name: '用户管理',
- parent: true,
- isShow: false,
- childList: [{
- id: 'tb-costomer-maintain-user-add',
- name: '添加',
- isShow: false,
- },
- {
- id: 'tb-costomer-maintain-user-del',
- name: '删除',
- isShow: false,
- },
- {
- id: 'tb-costomer-maintain-user-edit',
- name: '编辑',
- isShow: false,
- },
- ]
- },
- ]
- }, ]
- }, {
- id: 'tb-partner',
- name: '合作伙伴',
- parent: true,
- icon: 'el-icon-s-custom',
- childList: [{
- id: 'tb-partner-list',
- name: '信息管理',
- url: 'sa-view/tb-partner/tb-partner-list.html',
- childList: [{
- id: 'tb-partner-add',
- name: '添加伙伴',
- isShow: false,
- },
- {
- id: 'tb-partner-del',
- name: '删除伙伴',
- isShow: false,
- },
- {
- id: 'tb-partner-edit',
- name: '编辑伙伴',
- isShow: false,
- },
- {
- id: 'tb-partner-user',
- name: '伙伴用户',
- isShow: false,
- parent: true,
- childList: [{
- id: 'tb-partner-user-add',
- name: '添加用户',
- isShow: false,
- },
- {
- id: 'tb-partner-user-edit',
- name: '编辑用户',
- isShow: false,
- },
- {
- id: 'tb-partner-user-del',
- name: '删除用户',
- isShow: false,
- },
- ]
- },
- ],
- }, ]
- }, {
- id: 'tb-car',
- name: '车辆管理',
- parent: true,
- icon: 'el-icon-s-platform',
- childList: [{
- id: 'tb-car-list',
- name: '车辆列表',
- icon: 'el-icon-s-platform',
- url: 'sa-view/tb-car/tb-car-list.html',
- childList: [{
- id: 'tb-car-add',
- name: '添加车辆',
- isShow: false
- },
- {
- id: 'tb-car-edit',
- name: '编辑车辆',
- isShow: false
- },
- {
- id: 'tb-car-del',
- name: '删除车辆',
- isShow: false
- },
- {
- id: 'tb-car-import',
- name: '批量导入',
- isShow: false
- },
- ]
- },
- {
- id: 'tb-mild-car-list',
- name: '4.2~9.6车备案',
- icon: 'el-icon-s-platform',
- url: 'sa-view/tb-mild-car/tb-mild-car-list.html',
- childList: [{
- id: 'tb-mild-car-add',
- name: '添加车辆',
- isShow: false
- },
- {
- id: 'tb-mild-car-edit',
- name: '编辑车辆',
- isShow: false
- },
- {
- id: 'tb-mild-car-del',
- name: '删除车辆',
- isShow: false
- },
- {
- id: 'tb-mild-car-export',
- name: '批量导出',
- isShow: false
- },
- ]
- }
- ]
- }, {
- id: 'tb-business-item',
- name: '作业管理',
- icon: 'el-icon-edit-outline',
- parent: true,
- childList: [{
- id: 'tb-business-item-pick-list',
- name: '我要接单',
- url: 'sa-view/tb-partner/tb-business-pick-list.html',
- childList: [{
- id: 'tb-business-item-pick',
- name: '接单',
- isShow: false,
- }]
- },
- {
- id: 'tb-business-item-list',
- name: '作业订单',
- url: 'sa-view/tb-partner/tb-business-item-list.html',
- childList: [{
- id: 'tb-business-item-confirm',
- name: '接单确认',
- isShow: false,
- }, ]
- },
- ]
- }, {
- id: 'tb-business',
- name: '业务管理',
- icon: 'el-icon-edit-outline',
- parent: true,
- childList: [{
- id: 'tb-car-disincle-list',
- name: '业务管理',
- url: 'sa-view/tb-business/tb-car-disincle-list.html',
- childList: [{
- id: 'tb-flex-business-add',
- name: '添加业务',
- isShow: false
- },
- {
- id: 'tb-flex-business-edit',
- name: '编辑业务',
- isShow: false
- },
- {
- id: 'tb-flex-business-del',
- name: '删除业务',
- isShow: false
- },
- {
- id: 'tb-flex-business-pay',
- name: '手工缴费',
- isShow: false
- },
- {
- id: 'tb-business-car-bind',
- name: '车辆绑定',
- isShow: false
- },
- {
- id: 'tb-flex-business-confirm',
- name: '账单确认',
- isShow: false
- },
- {
- id: 'tb-business-zx-print',
- name: '装卸打印',
- isShow: false
- },
- ]
- },
- {
- id: 'tb-supplement-list',
- name: '补录订单',
- url: 'sa-view/tb-business/tb-supplement-list.html',
- childList: [{
- id: 'tb-supplement-add',
- name: '添加',
- isShow: false
- },
- {
- id: 'tb-supplement-edit',
- name: '修改',
- isShow: false
- },
- {
- id: 'tb-supplement-del',
- name: '删除',
- isShow: false
- },
- {
- id: 'tb-supplement-push',
- name: '发起流程',
- isShow: false
- },
- ]
- }
- ]
- }, {
- id: 'tb-item-type',
- name: '收费项管理',
- icon: 'el-icon-notebook-2',
- parent: true,
- childList: [{
- id: 'tb-goods-list',
- name: '业务项管理',
- url: 'sa-view/tb-goods/tb-goods-list.html',
- childList: [{
- id: 'tb-goods-add',
- name: '添加业务项',
- isShow: false
- },
- {
- id: 'tb-goods-edit',
- name: '编辑业务项',
- isShow: false
- },
- {
- id: 'tb-goods-del',
- name: '删除业务项',
- isShow: false
- },
- {
- id: 'tb-goods-item-type',
- name: '编辑收费项',
- isShow: false
- },
- ]
- }, {
- id: 'tb-item-type-list',
- name: '收费项管理',
- url: 'sa-view/tb-item-type/tb-item-type-list.html',
- childList: [{
- id: 'tb-item-type-add',
- name: '添加收费项',
- isShow: false
- },
- {
- id: 'tb-item-type-edit',
- name: '编辑收费项',
- isShow: false
- },
- {
- id: 'tb-item-type-relation',
- name: '收费明细',
- isShow: false
- },
- {
- id: 'tb-item-type-del',
- name: '删除收费项',
- isShow: false
- },
- ]
- },
- {
- id: 'tb-item-re-list',
- name: '明细管理',
- url: 'sa-view/tb-item-type/tb-item-list.html',
- childList: [{
- id: 'tb-item-manager-add',
- name: '添加明细',
- isShow: false
- },
- {
- id: 'tb-item-manager-del',
- name: '删除明细',
- isShow: false
- },
- {
- id: 'tb-item-manager-edit',
- name: '修改明细',
- isShow: false
- },
- ]
- },
- {
- id: 'tb-sort-group',
- name: '其他业务设置',
- url: 'sa-view/tb-sort-group/tb-sort-group-list.html',
- childList: [{
- id: 'tb-sort-group-add',
- name: '添加',
- isShow: false
- },
- {
- id: 'tb-sort-group-del',
- name: '删除',
- isShow: false
- },
- {
- id: 'tb-sort-group-edit',
- name: '修改',
- isShow: false
- },
- ]
- },
- ],
- },
- {
- id: 'tb-business-car',
- name: '放行记录',
- icon: 'el-icon-notebook-2',
- parent: true,
- childList: [{
- id: 'tb-business-car-list',
- name: '放行列表',
- url: 'sa-view/tb-business-car/tb-business-car-list.html',
- childList: [{
- id: 'tb-business-car-add',
- name: '添加记录',
- isShow: false
- },
- {
- id: 'tb-business-car-export',
- name: '导出记录',
- isShow: false
- },
- {
- id: 'tb-business-car-judge',
- name: '审核',
- isShow: false
- },
- {
- id: 'tb-business-car-print',
- name: '打印凭证',
- isShow: false
- },
- {
- id: 'tb-business-car-edit',
- name: '修改记录',
- isShow: false
- },
- {
- id: 'tb-business-car-del',
- name: '删除记录',
- isShow: false
- },
- ]
- }, ]
- }, {
- id: 'info-setting',
- name: '信息设置',
- icon: 'el-icon-monitor',
- parent: true,
- childList: [{
- id: 'tb-item',
- name: '收费管理',
- icon: 'el-icon-coin',
- parent: true,
- childList: [{
- id: 'tb-item-list',
- name: '收费标准',
- url: 'sa-view/tb-item/tb-item-list.html'
- },
- {
- id: 'tb-item-list-edit-type',
- name: '修改类型',
- isShow: false
- },
- ]
- }, ]
- }, {
- id: 'tb-notices',
- name: '消息管理',
- icon: 'el-icon-news',
- parent: true,
- childList: [{
- id: 'tb-notices-list',
- name: '消息列表',
- url: 'sa-view/tb-notices/tb-notices-list.html',
- childList: [{
- id: 'tb-notices-add',
- name: '添加消息',
- isShow: false
- },
- {
- id: 'tb-notices-del',
- name: '删除消息',
- isShow: false
- },
- {
- id: 'tb-notices-edit',
- name: '修改消息',
- isShow: false
- },
- ]
- },
- ]
- }, {
- id: 'tb-charge-record',
- name: '充值记录',
- icon: 'el-icon-folder-opened',
- parent: true,
- childList: [{
- id: 'tb-charge-record-list',
- name: '充值记录',
- url: 'sa-view/tb-charge-record/tb-charge-record-list.html'
- }, ]
- }, {
- id: 'tb-pay-record',
- name: '支付记录',
- icon: 'el-icon-folder-opened',
- parent: true,
- childList: [{
- id: 'tb-pay-record-list',
- name: '支付记录',
- url: 'sa-view/tb-pay-record/tb-pay-record-list.html'
- }, ]
- }, {
- id: 'tb-declare',
- name: '申报信息',
- icon: 'el-icon-folder-opened',
- parent: true,
- childList: [{
- id: 'tb-declare-list',
- name: '申报列表',
- url: 'sa-view/tb-declare/tb-declare-list.html',
- childList: [{
- id: 'tb-declare-print',
- name: '打印申报信息',
- isShow: false
- },
- {
- id: 'tb-declare-edit',
- name: '修改申报信息',
- isShow: false
- },
- {
- id: 'tb-declare-del',
- name: '删除申报信息',
- isShow: false
- },
- ]
- }, ]
- }, {
- id: 'tb-disinfect',
- name: '消毒信息',
- icon: 'el-icon-folder-opened',
- parent: true,
- childList: [{
- id: 'tb-disinfect-list',
- name: '申请列表',
- url: 'sa-view/tb-disinfect/tb-disinfect-list.html',
- childList: [{
- id: 'tb-disinfect-print',
- name: '打印信息',
- isShow: false
- },
- {
- id: 'tb-disinfect-edit',
- name: '修改信息',
- isShow: false
- },
- {
- id: 'tb-disinfect-del',
- name: '删除信息',
- isShow: false
- },
- ]
- }, ]
- }, {
- id: 'tb-discount',
- name: '折扣管理',
- icon: 'el-icon-folder-opened',
- parent: true,
- childList: [{
- id: 'tb-discount-list',
- name: '折扣管理',
- url: 'sa-view/tb-discount/tb-discount-list.html',
- childList: [{
- id: 'tb-discount-add',
- name: '添加折扣',
- isShow: false
- },
- {
- id: 'tb-discount-del',
- name: '删除',
- isShow: false
- },
- {
- id: 'tb-discount-edit',
- name: '编辑',
- isShow: false
- },
- {
- id: 'tb-discount-change',
- name: '启用/停用',
- isShow: false
- },
- ]
- }, ]
- }, {
- id: 'tb-fee-statistics',
- name: '收费统计',
- icon: 'el-icon-folder-opened',
- parent: true,
- childList: [{
- id: 'tb-fee-details-list',
- name: '收费明细',
- url: 'sa-view/tb-fee-statistics/tb-fee-details-list.html',
- childList: [{
- id: 'tb-kaidan-confirm',
- name: '开单确认',
- isShow: false
- },
- {
- id: 'tb-diaodu-confirm',
- name: '复核确认',
- isShow: false
- },
- {
- id: 'tb-jicha-confirm',
- name: '稽查确认',
- isShow: false
- },
- {
- id: 'tb-jicha-cancel',
- name: '取消确认',
- isShow: false
- },
- ]
- },
- {
- id: 'tb-fee-statistics-list',
- name: '日统计',
- url: 'sa-view/tb-fee-statistics/tb-fee-statistics-list.html'
- },
- {
- id: 'month-statistcs-list',
- name: '月统计',
- url: 'sa-view/tb-fee-statistics/month-statistcs-list.html'
- },
- {
- id: 'year-statistcs-list',
- name: '年统计',
- url: 'sa-view/tb-fee-statistics/year-statistcs-list.html'
- },
- ]
- }, {
- id: 'tb-invoice-info',
- name: '开票管理',
- icon: 'el-icon-folder-opened',
- parent: true,
- childList: [{
- id: 'tb-entity-list',
- name: '开票主体',
- url: 'sa-view/tb-entity/tb-entity-list.html'
- },
- {
- id: 'tb-invoice-order-list',
- name: '开票订单',
- url: 'sa-view/tb-invoice-order/tb-invoice-order-list.html'
- },
- {
- id: 'tb-invoice-info-list',
- name: '开票信息',
- url: 'sa-view/tb-invoice-info/tb-invoice-info-list.html'
- },
- ]
- }, {
- id: 'tb-account',
- name: '预存款管理',
- icon: 'el-icon-folder-opened',
- parent: true,
- childList: [{
- id: 'tb-account-list',
- name: '客户充值',
- url: 'sa-view/tb-account/tb-account-list.html',
- childList: [{
- id: 'tb-account-list-add',
- name: '充值',
- isShow: false,
- },
- {
- id: 'tb-account-list-update',
- name: '修改',
- isShow: false,
- }
- ]
- },
- {
- id: 'tb-charge-record-list',
- name: '充值记录',
- url: 'sa-view/tb-charge-record/tb-charge-record-list.html',
- childList: [{
- id: 'tb-charge-record-list-print',
- name: '打印单据',
- isShow: false,
- },
- {
- id: 'tb-charge-record-list-review',
- name: '复审',
- isShow: false,
- },
- {
- id: 'tb-charge-record-list-del',
- name: '删除',
- isShow: false,
- }
- ]
- }, {
- id: 'tb-deduction-bind-list',
- name: '扣费绑定',
- url: 'sa-view/tb-deduction-bind/tb-deduction-bind-list.html',
- childList: [{
- id: 'tb-deduction-bind-list-bind',
- name: '绑定车辆',
- isShow: false,
- },
- {
- id: 'tb-deduction-bind-list-unbind',
- name: '手动解绑',
- isShow: false,
- }
- ]
- }, {
- id: 'tb-deduction-record-list',
- name: '扣费记录',
- url: 'sa-view/tb-deduction-record/tb-deduction-record-list.html',
- childList: [{
- id: 'tb-deduction-record-list-review',
- name: '复审',
- isShow: false,
- }]
- }
- ],
- }
- );
|