| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536 |
- <?php
- /**
- * 重庆赤晓店信息科技有限公司
- * https://www.chixiaodian.com
- * Copyright (c) 2023 赤店商城 All rights reserved.
- */
- // 点餐模式
- return [
- [
- 'key' => 'userManage',
- 'title' => '用户',
- 'children' => [
- [
- 'key' => 'userManagement',
- 'title' => '用户管理',
- 'children' => [
- [
- 'key' => 'userManagementView',
- 'title' => '查看',
- 'type' => 'action',
- ],
- [
- 'key' => 'userManagementDetails',
- 'title' => '用户详情',
- 'children' => [
- [
- 'key' => 'userManagementDetailsEditUser',
- 'title' => '编辑用户',
- 'type' => 'action',
- ],
- [
- 'key' => 'userManagementDetailsSetProperty',
- 'title' => '设置积分/余额',
- 'type' => 'action',
- ],
- ],
- ]
- ],
- ],
- [
- 'key' => 'memberManage',
- 'title' => '会员等级',
- 'children' => [
- [
- 'key' => 'memberLevel',
- 'title' => '会员等级',
- 'children' => [
- [
- 'key' => 'memberLevelAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'memberLevelEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'memberLevelDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'levelOrderList',
- 'title' => '购买记录'
- ],
- ],
- ],
- [
- 'key' => 'userStoreClerk',
- 'title' => '核销员',
- 'children' => [],
- ]
- ]
- ],
- [
- 'key' => 'storeProfit',
- 'title' => '财务',
- 'children' => [
- [
- 'key' => 'storeAccount',
- 'title' => '结算账户',
- ],
- [
- 'key' => 'storeCash',
- 'title' => '结算提现',
- ],
- [
- 'key' => 'profitSharingRecord',
- 'title' => '分账记录'
- ],
- ]
- ],
- [
- 'key' => 'setting',
- 'title' => '系统',
- 'children' => [
- [
- 'key' => 'settingEdit',
- 'title' => '功能设置',
- 'children' => [
- [
- 'key' => 'store',
- 'title' => '基础设置',
- 'type' => 'action',
- 'children' => [
- [
- 'key' => 'basicEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- ]
- ],
- ],
- ],
- [
- 'key' => 'printSetting',
- 'title' => '打印设置',
- 'children' => [
- [
- 'key' => 'express',
- 'title' => '电子面单',
- 'children' => [
- [
- 'key' => 'expressAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'expressEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'expressDelele',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'cloud',
- 'title' => '云打印设置',
- 'children' => [
- [
- 'key' => 'cloudAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'cloudEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'cloudDelele',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'printer',
- 'title' => '小票打印',
- 'children' => [
- [
- 'key' => 'printerAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'printerEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'printerDelele',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- ]
- ],
- [
- 'key' => 'unionShopSetting',
- 'title' => '联盟店铺',
- ],
- [
- 'key' => 'SettingVoiceBroadcast',
- 'title' => '收款播报设置',
- ],
- [
- 'key' => 'delivery',
- 'title' => '配送设置'
- ]
- ],
- ],
- [
- 'key' => 'channel',
- 'title' => '渠道/端口',
- 'children' => [
- [
- 'key' => 'appletManagementWechat',
- 'title' => '微信小程序',
- 'children' => [
- [
- 'key' => 'payIncoming',
- 'title' => '支付进件'
- ]
- ]
- ],
- [
- 'key' => 'appletManagementAlipay',
- 'title' => '支付宝小程序',
- 'children' => [
- [
- 'key' => 'miniConfigAlipay',
- 'title' => '小程序管理'
- ],
- ]
- ],
- ]
- ],
- [
- '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' => 'marketingManage',
- 'title' => '应用',
- 'children' => [
- [
- 'key' => 'industryCategory',
- 'title' => '行业类',
- 'children' => [
- [
- 'key' => 'cityDelivery',
- 'title' => '微信同城配送',
- ],
- [
- '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' => 'saasAllianceCoupon',
- 'title' => '联盟券',
- ],
- [
- 'key' => 'foodSlide',
- 'title' => '轮播图',
- 'children' => [
- [
- 'key' => 'foodSlideAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodSlideEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'foodSlideDelete',
- 'title' => '删除',
- 'type' => 'action',
- ]
- ],
- ]
- ],
- ],
- [
- 'key' => 'storeLocalDelivery',
- 'title' => '同城自配',
- ],
- ]
- ],
- [
- 'key' => 'thirdCategory',
- 'title' => '第三方',
- 'children' => [
- [
- 'key' => 'keloop',
- 'title' => '快跑者',
- ],
- [
- 'key' => 'saasAdapay',
- 'title' => '汇付支付',
- ],
- [
- 'key' => 'saasYunst',
- 'title' => '通联支付',
- ],
- ]
- ],
- ]
- ],
- ];
|