//收银机菜单列表 export const casher_windows_menus = [ { title: '销售汇总', icon: '/static/indexImg/PAGE_SALES_SUMMARY.svg', pageUrl: 'PAGES_SALES_SUMMARY' }, { title: '代客下单', icon: '/static/indexImg/icon-substitute-ordering.svg', pageUrl: 'PAGES_CREATE_ORDER', }, { title: '桌台', icon: '/static/indexImg/icon-table.svg', pageUrl: 'PAGES_TABLE' }, { title: '商品管理', icon: '/static/indexImg/icon-product-control.svg', pageUrl: 'PAGES_PRODUCT' }, { title: '分组管理', icon: '/static/indexImg/goods-group.svg', pageUrl: 'PAGES_GOODS_GROUP' }, { title: '分类管理', icon: '/static/indexImg/icon-category.svg', pageUrl: 'PAGES_CATEGORY' }, { title: '会员管理', icon: '/static/indexImg/icon-user.svg', pageUrl: 'PAGES_USER_CONTROL' }, { title: '员工管理', icon: '/static/indexImg/icon-staff.svg', pageUrl: 'PAGES_STAFF' }, { title: '耗材管理', icon: '/static/indexImg/PAGE_SALES_SUMMARY.svg', pageUrl: 'PAGES_SALES_CONSUMABLES' }, { title: '订单管理', icon: '/static/indexImg/icon-order.svg', pageUrl: 'PAGES_ORDER_INDEX' }, { title: '设备管理', icon: '/static/indexImg/icon-printer.svg', pageUrl: 'PAGES_PRINTER_INDEX' }, { title: '交班', icon: '/static/indexImg/icon-work.svg', pageUrl: 'PAGES_WORK_INDEX' }, { title: '排队', icon: '/static/indexImg/icon-line-up.svg', pageUrl: 'PAGES_LINE_UP' }, { title: '霸王餐', icon: '/static/indexImg/icon-bwc.svg', pageUrl: 'PAGES_BWC' }, { title: '优惠券', icon: '/static/coupon/icon_coupon.svg', pageUrl: 'PAGES_COUPON_INDEX' }, { title: '订阅通知', icon: '/static/indexImg/icon-notification.svg', pageUrl: 'PAGES_NOTIFICATION_INDEX' }, { title: '挂账管理', icon: '/static/indexImg/icon_credit.svg', pageUrl: 'PAGES_CREDIT_BUYER_INDEX' }, { title: '核销管理', icon: '/static/indexImg/pagewriteoff.svg', pageUrl: 'PAGES_WEITEOFF' }, { title: '退出登录', icon: '/static/indexImg/icon-login-out.svg', pageUrl: 'PAGES_LOGIN', } ]