export const dataList = [ { name: '商业经营', value: 1, list: [ { name: '每日营收', homeUrl: '/commercialOperation/dailyRevenue/index', imagePath: '/static/images/user/dailyRevenue.svg', }, { name: '节日特刊', homeUrl: '/commercialOperation/festival/index', imagePath: '/static/images/user/festival.svg', }, { name: '经营报表', homeUrl: '/commercialOperation/reportForms/index', imagePath: '/static/images/user/reportForms.svg', }, ], }, { name: '商业经营', value: 2, list: [ { name: '车流', homeUrl: '/commercialPortrait/traffic/index', imagePath: '/static/images/user/traffic.svg', }, { name: '客群', homeUrl: '/commercialPortrait/customerGroup/index', imagePath: '/static/images/user/customerGroup.svg', }, { name: '经营', homeUrl: '/commercialPortrait/manage/index', imagePath: '/static/images/user/manage.svg', }, { name: '交易', homeUrl: '/commercialPortrait/business/index', imagePath: '/static/images/user/business.svg', }, { name: '品牌', homeUrl: '/commercialPortrait/brand/index', imagePath: '/static/images/user/brand.svg', }, ], }, { name: '业务审批', value: 3, list: [ { name: '财务审批', homeUrl: '/businessApproval/financialApproval/index', imagePath: '/static/images/user/financialApproval.svg', }, { name: '招标投标', homeUrl: '/businessApproval/bidding/index', imagePath: '/static/images/user/bidding.svg', }, { name: '服务区报销', homeUrl: '/businessApproval/serviceAreaReimbur/index', imagePath: '/static/images/user/serviceAreaReimbur.svg', }, { name: '合同审批', homeUrl: '/businessApproval/contractApproval/index', imagePath: '/static/images/user/contractApproval.svg', }, { name: '商品审批', homeUrl: '/businessApproval/productApproval/index', imagePath: '/static/images/user/productApproval.svg', }, { name: '招商审批', homeUrl: '/businessApproval/promotionApproval/index', imagePath: '/static/images/user/promotionApproval.svg', }, { name: '权限审批', homeUrl: '/businessApproval/authorityApproval/index', imagePath: '/static/images/user/authorityApproval.svg', }, { name: '数据校验', homeUrl: '/businessApproval/dataVerification/index', imagePath: '/static/images/user/dataVerification.svg', }, ], }, { name: '现场管理', value: 4, list: [ { name: '基础信息', homeUrl: '/siteManager/basicInformation/index', imagePath: '/static/images/user/basicInformation.svg', }, { name: '考评考核', homeUrl: '/siteManager/assessment/index', imagePath: '/static/images/user/assessment.svg', }, { name: '投诉建议', homeUrl: '/siteManager/complaintSuggest/index', imagePath: '/static/images/user/complaintSuggest.svg', }, { name: '收银稽查', homeUrl: '/siteManager/cashierInspection/index', imagePath: '/static/images/user/cashierInspection.svg', }, ], }, ]