| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485 |
- <?php
- /**
- * 重庆赤晓店信息科技有限公司
- * https://www.chixiaodian.com
- * Copyright (c) 2023 赤店商城 All rights reserved.
- */
- // saas版门店管理员菜单
- return [
- [
- 'key' => 'mchSet',
- 'title' => '设置',
- ],
- [
- 'key' => 'setting',
- 'title' => '系统',
- 'children' => [
- [
- 'key' => 'printSetting',
- 'title' => '打印设置',
- 'children' => [
- [
- 'key' => 'printer',
- 'title' => '小票打印',
- 'children' => [
- [
- 'key' => 'printerAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'printerEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'printerDelele',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- ]
- ],
- ],
- ],
- [
- 'key' => 'mchFinance',
- 'title' => '财务',
- ],
- [
- 'key' => 'goods',
- 'title' => '商品',
- 'children' => [
- [
- 'key' => 'goodsList',
- 'title' => '商品列表',
- 'children' => [
- [
- 'key' => 'goodsAdd',
- 'title' => '添加',
- 'type' => 'action'
- ],
- [
- 'key' => 'goodsEdit',
- 'title' => '编辑',
- 'type' => 'action'
- ],
- [
- 'key' => 'goodsDelete',
- 'title' => '删除',
- 'type' => 'action'
- ],
- [
- 'key' => 'goodsBatchEdit',
- 'title' => '批量设置',
- 'type' => 'action'
- ],
- [
- 'key' => 'goodsCsvUpload',
- 'title' => 'CSV上传',
- 'type' => 'action'
- ],
- ]
- ],
- [
- 'key' => 'typesHotelGoods',
- 'title' => '酒店商品',
- 'children' => [
- [
- 'key' => 'goodsAdd',
- 'title' => '添加',
- 'type' => 'action'
- ],
- [
- 'key' => 'goodsEdit',
- 'title' => '编辑',
- 'type' => 'action'
- ],
- [
- 'key' => 'goodsDelete',
- 'title' => '删除',
- 'type' => 'action'
- ],
- [
- 'key' => 'goodsBatchEdit',
- 'title' => '批量设置',
- 'type' => 'action'
- ],
- [
- 'key' => 'goodsCsvUpload',
- 'title' => 'CSV上传',
- 'type' => 'action'
- ],
- ]
- ],
- // [
- // 'key' => 'typesVirtualGoods',
- // 'title' => '虚拟商品',
- // 'children' => [
- // [
- // 'key' => 'goodsAdd',
- // 'title' => '添加',
- // 'type' => 'action'
- // ],
- // [
- // 'key' => 'goodsEdit',
- // 'title' => '编辑',
- // 'type' => 'action'
- // ],
- // [
- // 'key' => 'goodsDelete',
- // 'title' => '删除',
- // 'type' => 'action'
- // ],
- // [
- // 'key' => 'goodsBatchEdit',
- // 'title' => '批量设置',
- // 'type' => 'action'
- // ],
- // [
- // 'key' => 'goodsCsvUpload',
- // 'title' => 'CSV上传',
- // 'type' => 'action'
- // ],
- // ]
- // ],
- [
- 'key' => 'mchCatList',
- 'title' => '分类列表',
- 'children' => [
- [
- 'key' => 'mchCatEdit',
- 'title' => '编辑',
- 'type' => 'action'
- ],
- [
- 'key' => 'mchCatAdd',
- 'title' => '新增',
- 'type' => 'action'
- ],
- [
- 'key' => 'mchCatBatchEdit',
- 'title' => '批量操作',
- 'type' => 'action'
- ],
- ]
- ],
- ]
- ],
- [
- 'key' => 'orderManage',
- 'title' => '订单',
- 'children' => [
- [
- 'key' => 'orderList',
- 'title' => '订单列表',
- 'children' => [
- [
- 'key' => 'orderListSend',
- 'title' => '发货',
- 'type' => 'action',
- ],
- [
- 'key' => 'orderListCancel',
- 'title' => '取消',
- 'type' => 'action',
- ],
- [
- 'key' => 'orderListDetails',
- 'title' => '详情',
- ],
- [
- 'key' => 'orderListPrint',
- 'title' => '打印',
- ],
- [
- 'key' => 'orderListReceiptPrint',
- 'title' => '小票打印',
- ],
- [
- 'key' => 'orderListAddRemark',
- 'title' => '添加备注',
- ],
- [
- 'key' => 'orderListMoveRecycle',
- 'title' => '移入回收站',
- ],
- [
- 'key' => 'orderListExpressInfo',
- 'title' => '物流信息',
- ],
- [
- 'key' => 'orderListTransferOrder',
- 'title' => '转单',
- ],
- [
- 'key' => 'orderListAgree',
- 'title' => '同意',
- ],
- ],
- ],
- [
- 'key' => 'orderSameCityList',
- 'title' => '同城订单',
- 'children' => [
- [
- 'key' => 'orderSameCityListCancel',
- 'title' => '取消',
- 'type' => 'action',
- ],
- [
- 'key' => 'orderSameCityListDetails',
- 'title' => '详情',
- ],
- [
- 'key' => 'orderSameCityListPrint',
- 'title' => '打印',
- ],
- [
- 'key' => 'orderSameCityListReceiptPrint',
- 'title' => '小票打印',
- ],
- [
- 'key' => 'orderSameCityListAddRemark',
- 'title' => '添加备注',
- ],
- [
- 'key' => 'orderSameCityListMoveRecycle',
- 'title' => '移入回收站',
- ],
- [
- 'key' => 'orderSameCityListAgree',
- 'title' => '同意',
- ],
- ],
- ],
- [
- 'key' => 'orderOfflineList',
- 'title' => '自提订单',
- 'children' => [
- [
- 'key' => 'orderOfflineListVerify',
- 'title' => '核销',
- 'type' => 'action',
- ],
- [
- 'key' => 'orderOfflineListCancel',
- 'title' => '取消',
- 'type' => 'action',
- ],
- [
- 'key' => 'orderOfflineListDetails',
- 'title' => '详情',
- ],
- [
- 'key' => 'orderOfflineListPrint',
- 'title' => '打印',
- ],
- [
- 'key' => 'orderOfflineListReceiptPrint',
- 'title' => '小票打印',
- ],
- [
- 'key' => 'orderOfflineListAddRemark',
- 'title' => '添加备注',
- ],
- [
- 'key' => 'orderOfflineListMoveRecycle',
- 'title' => '移入回收站',
- ],
- ],
- ],
- [
- 'key' => 'orderRefundList',
- 'title' => '售后订单',
- 'children' => [
- [
- 'key' => 'orderRefundListConfirmReceive',
- 'title' => '确认收货',
- ],
- [
- 'key' => 'orderRefundListRefuseExchange',
- 'title' => '拒绝换货',
- ],
- [
- 'key' => 'orderRefundListAgreeRefund',
- 'title' => '同意退货',
- ],
- [
- 'key' => 'orderRefundListRefuseRefund',
- 'title' => '拒绝退货',
- ],
- [
- 'key' => 'orderRefundListAgreeExchange',
- 'title' => '同意换货',
- ],
- ],
- ],
- [
- 'key' => 'orderScanList',
- 'title' => '当面付订单',
- ],
- [
- 'key' => 'orderComment',
- 'title' => '评价管理',
- 'children' => [
- [
- 'key' => 'orderCommentRely',
- 'title' => '回复',
- 'type' => 'action',
- ],
- [
- 'key' => 'orderCommentHide',
- 'title' => '隐藏',
- 'type' => 'action',
- ],
- [
- 'key' => 'orderCommentDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- ]
- ],
- [
- 'key' => 'marketingManage',
- 'title' => '应用',
- 'children' => [
- [
- 'key' => 'industryCategory',
- 'title' => '行业类',
- 'children' => [
- [
- 'key' => 'food',
- 'title' => '点餐管理',
- 'children' => [
- [
- 'key' => 'foodGoods',
- 'title' => '商品管理',
- 'children' => [
- [
- 'key' => 'foodGoodsAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodGoodsEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodGoodsSetting',
- 'title' => '设置',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodGoodsDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodGoodsBatchAction',
- 'title' => '批量操作',
- 'type' => 'action',
- ]
- ],
- ],
- [
- 'key' => 'foodCat',
- 'title' => '分类',
- 'children' => [
- [
- 'key' => 'foodCatAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodEditEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodCatDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'foodTable',
- 'title' => '餐桌管理',
- 'children' => [
- [
- 'key' => 'foodTableAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodTableEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodTableDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodTableQrcode',
- 'title' => '二维码',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'foodSetting',
- 'title' => '设置',
- ],
- [
- 'key' => 'foodQrcode',
- 'title' => '店铺点餐二维码',
- ],
- [
- 'key' => 'foodSlide',
- 'title' => '轮播图',
- 'children' => [
- [
- 'key' => 'foodSlideAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodSlideEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodSlideDelete',
- 'title' => '删除',
- 'type' => 'action',
- ]
- ],
- ]
- ],
- ],
- ],
- ],
- [
- 'key' => 'toolCategory',
- 'title' => '工具类',
- 'children' => [
- [
- 'key' => 'scanCodePay',
- 'title' => '收款码'
- ],
- ]
- ]
- ]
- ],
- [
- 'key' => 'mchStaff',
- 'title' => '员工',
- ],
- ];
|