| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426 |
- <?php
- /**
- * 重庆赤晓店信息科技有限公司
- * https://www.chixiaodian.com
- * Copyright (c) 2023 赤店商城 All rights reserved.
- */
- // saas版商城菜单权限
- return [
- [
- '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' => 'typesServiceGoods',
- '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' => 'typesViewGoods',
- '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' => 'catList',
- 'title' => '分类列表',
- 'children' => [
- [
- 'key' => 'catEdit',
- 'title' => '编辑',
- 'type' => 'action'
- ],
- [
- 'key' => 'catAdd',
- 'title' => '新增',
- 'type' => 'action'
- ],
- [
- 'key' => 'catBatchEdit',
- 'title' => '批量操作',
- 'type' => 'action'
- ],
- ]
- ],
- [
- 'key' => 'attrList',
- 'title' => '规格库',
- 'children' => [
- [
- 'key' => 'attrEdit',
- 'title' => '编辑',
- 'type' => 'action'
- ],
- [
- 'key' => 'attrDelete',
- 'title' => '删除',
- 'type' => 'action'
- ],
- [
- 'key' => 'attrAdd',
- 'title' => '添加',
- 'type' => 'action'
- ],
- [
- 'key' => 'attrBatchDelete',
- 'title' => '批量删除',
- 'type' => 'action'
- ],
- ]
- ],
- [
- 'key' => 'goodsBrand',
- 'title' => '品牌列表'
- ],
- [
- 'key' => 'goodsRecommendKeyword',
- 'title' => '推荐发现关键词',
- 'children' => [
- [
- 'key' => 'recommendKeywordAdd',
- 'title' => '添加',
- 'type' => 'action'
- ],
- [
- 'key' => 'recommendKeywordEdit',
- 'title' => '编辑',
- 'type' => 'action'
- ],
- [
- 'key' => 'recommendKeywordDel',
- 'title' => '删除',
- 'type' => 'action'
- ],
- [
- 'key' => 'recommendKeywordBatchDel',
- 'title' => '批量设置',
- 'type' => 'action'
- ],
- ]
- ],
- ]
- ],
- [
- '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' => 'userAdmin',
- 'title' => '手机端管理员',
- 'children' => [
- [
- 'key' => 'userAdminAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'userAdminDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'userStoreClerk',
- 'title' => '核销员',
- 'children' => [],
- ]
- ]
- ],
- [
- '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' => 'storeProfit',
- 'title' => '财务',
- 'children' => [
- [
- 'key' => 'storeAccount',
- 'title' => '结算账户',
- ],
- [
- 'key' => 'storeCash',
- 'title' => '结算提现',
- ],
- [
- 'key' => 'profitSharingRecord',
- 'title' => '分账记录'
- ],
- // [
- // 'key' => 'mdPrice',
- // 'title' => '门店佣金'
- // ],
- // [
- // 'key' => 'userPrice',
- // 'title' => '会员佣金'
- // ],
- [
- 'key' => 'userMoney',
- 'title' => '用户余额'
- ],
- ]
- ],
- [
- 'key' => 'setting',
- 'title' => '系统',
- 'children' => [
- [
- 'key' => 'settingEdit',
- 'title' => '功能设置',
- 'children' => [
- [
- 'key' => 'store',
- 'title' => '基础设置',
- 'type' => 'action',
- 'children' => [
- [
- 'key' => 'basicEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- ]
- ],
- [
- 'key' => 'wechat',
- 'title' => '微信设置',
- 'type' => 'action',
- 'children' => [
- [
- 'key' => 'weixinEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- ]
- ],
- [
- 'key' => 'display',
- 'title' => '显示设置',
- 'type' => 'action',
- 'children' => [
- [
- 'key' => 'displayEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- ]
- ],
- ],
- ],
- [
- 'key' => 'rulesSetting',
- 'title' => '规则设置',
- 'children' => [
- [
- 'key' => 'postageList',
- 'title' => '运费规则',
- 'children' => [
- [
- 'key' => 'postageAdd',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'postageEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'postageDelele',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'freeDelivery',
- 'title' => '包邮规则',
- 'children' => [
- [
- 'key' => 'freeDeliveryAdd',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'freeDeliveryEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'freeDeliveryDelele',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'territorial',
- 'title' => '区域限购',
- 'children' => [
- [
- 'key' => 'areaEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'areaAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'areaDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'offerPrice',
- 'title' => '起送规则',
- 'children' => [
- [
- 'key' => 'offerPriceAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'offerPriceEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'offerPriceDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'refundAddress',
- 'title' => '退货地址设置',
- 'children' => [
- [
- 'key' => 'refundAddressAdd',
- 'title' => '添加',
- 'type' => 'action',
- ],
- [
- 'key' => 'refundAddressEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'refundAddressDelele',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- ],
- ],
- [
- 'key' => 'noticeConfig',
- 'title' => '消息通知',
- ],
- [
- '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' => 'authManage',
- 'title' => '员工权限',
- 'children' => [
- [
- 'key' => 'accountManage',
- 'title' => '账号管理',
- 'children' => [
- [
- 'key' => 'accountManageAdd',
- 'title' => '新增',
- 'type' => 'action',
- ],
- [
- 'key' => 'accountManageEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'accountManageDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'roleManage',
- 'title' => '角色管理',
- 'children' => [
- [
- 'key' => 'roleManageEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'roleManageAdd',
- 'title' => '新增',
- 'type' => 'action',
- ],
- [
- 'key' => 'roleManageDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- ]
- ],
- [
- 'key' => 'unionShopSetting',
- 'title' => '联盟店铺',
- ],
- [
- 'key' => 'SettingVoiceBroadcast',
- 'title' => '收款播报设置',
- ],
- [
- 'key' => 'appConfigLock',
- 'title' => 'App配置',
- ]
- ]
- ],
- [
- 'key' => 'newDiy',
- 'title' => '装修',
- ],
- [
- 'key' => 'channel',
- 'title' => '渠道/端口',
- 'children' => [
- [
- 'key' => 'appletManagementWechat',
- 'title' => '微信小程序',
- 'children' => [
- [
- 'key' => 'payIncoming',
- 'title' => '支付进件'
- ]
- ]
- ],
- [
- 'key' => 'alipayCertConfig',
- 'title' => '证书配置'
- ],
- ]
- ],
- [
- 'key' => 'marketingManage',
- 'title' => '应用',
- 'children' => [
- [
- 'key' => 'marketingCategory',
- 'title' => '营销类',
- 'children' => [
- [
- 'key' => 'couponManage',
- 'title' => '优惠券',
- 'children' => [
- [
- 'key' => 'couponList',
- 'title' => '优惠券列表',
- 'children' => [
- [
- 'key' => 'couponListEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'couponListAdd',
- 'title' => '新增',
- 'type' => 'action',
- ],
- [
- 'key' => 'couponListDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- [
- 'key' => 'couponListBatchDelete',
- 'title' => '批量删除',
- 'type' => 'action',
- ],
- [
- 'key' => 'couponListDetails',
- 'title' => '详情',
- 'type' => 'action',
- ],
- [
- 'key' => 'couponListQrcode',
- 'title' => '小程序二维码',
- 'type' => 'action',
- ],
- [
- 'key' => 'couponListSend',
- 'title' => '发放',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'couponListManageBusiness',
- 'title' => '联盟优惠券',
- 'children' => [
- [
- 'key' => 'couponListManageBusinessEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'couponListManageBusinessAdd',
- 'title' => '新增',
- 'type' => 'action',
- ],
- [
- 'key' => 'couponListManageBusinessDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- [
- 'key' => 'couponListManageBusinessDelete',
- 'title' => '批量删除',
- 'type' => 'action',
- ],
- ],
- ],
- ],
- ],
- [
- 'key' => 'cardCouponManage',
- 'title' => '卡券',
- 'children' => [
- [
- 'key' => 'cardCouponView',
- 'title' => '查看',
- 'type' => 'action',
- ],
- [
- 'key' => 'cardCouponEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'cardCouponAdd',
- 'title' => '新增',
- 'type' => 'action',
- ],
- [
- 'key' => 'cardCouponDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- [
- 'key' => 'cardCouponBatchDelete',
- 'title' => '批量删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'seckill',
- 'title' => '限时秒杀',
- 'children' => [
- [
- 'key' => 'saasActivitySubmit',
- 'title' => '商盟活动',
- ],
- ]
- ],
- [
- 'key' => 'ActivityNewUser',
- 'title' => '新人专享',
- 'children' => [
- [
- 'key' => 'saasActivitySubmit',
- 'title' => '商盟活动',
- ],
- ]
- ],
- [
- 'key' => 'ActivityCutPrice',
- 'title' => '砍价',
- 'children' => [
- [
- 'key' => 'saasActivitySubmit',
- 'title' => '商盟活动',
- ],
- ]
- ],
- [
- 'key' => 'ActivityOrderRebateSelf',
- 'title' => '消费全返',
- 'children' => []
- ],
- [
- 'key' => 'pintuan',
- 'title' => '拼团',
- 'children' => [
- [
- 'key' => 'saasActivitySubmit',
- 'title' => '商盟活动',
- ],
- ]
- ],
- [
- 'key' => 'integralStore',
- 'title' => '积分商城',
- 'children' => [
- [
- 'key' => 'integralStoreGoods',
- 'title' => '积分商品',
- ],
- [
- 'key' => 'integralStoreCat',
- 'title' => '商品分类',
- ],
- [
- 'key' => 'integralStoreSetting',
- 'title' => '积分设置',
- ]
- ],
- ],
- [
- 'key' => 'saasAllianceCoupon',
- 'title' => '联盟券',
- ],
- ]
- ],
- [
- 'key' => 'resourceCategory',
- 'title' => '资源类',
- 'children' => [
- [
- 'key' => 'topicManage',
- 'title' => '专题',
- 'children' => [
- [
- 'key' => 'topicList',
- 'title' => '专题列表',
- 'children' => [
- [
- 'key' => 'topicAdd',
- 'title' => '新增',
- 'type' => 'action',
- ],
- [
- 'key' => 'topicEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'topicDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- [
- 'key' => 'topicBatchDelete',
- 'title' => '批量删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'topicCat',
- 'title' => '专题分类',
- 'children' => [
- [
- 'key' => 'topicCatEdit',
- 'title' => '编辑',
- 'type' => 'action'
- ],
- [
- 'key' => 'topicCatAdd',
- 'title' => '新增',
- 'type' => 'action'
- ],
- [
- 'key' => 'topicCatDelete',
- 'title' => '删除',
- 'type' => 'action'
- ],
- [
- 'key' => 'topicCatBatchDelete',
- 'title' => '批量删除',
- 'type' => 'action'
- ]
- ]
- ]
- ]
- ],
- [
- 'key' => 'videoManage',
- 'title' => '视频',
- 'children' => [
- [
- 'key' => 'videoEdit',
- 'title' => '编辑',
- 'type' => 'action'
- ],
- [
- 'key' => 'videoAdd',
- 'title' => '新增',
- 'type' => 'action'
- ],
- [
- 'key' => 'videoDelete',
- 'title' => '删除',
- 'type' => 'action'
- ],
- [
- 'key' => 'videoBatchDelete',
- 'title' => '批量删除',
- 'type' => 'action'
- ]
- ]
- ],
- [
- 'key' => 'aboutArticleManage',
- 'title' => '文章',
- 'children' => [
- [
- 'key' => 'articleAdd',
- 'title' => '新增',
- 'type' => 'action',
- ],
- [
- 'key' => 'articleEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'articleDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- ]
- ],
- [
- 'key' => 'toolCategory',
- 'title' => '工具类',
- 'children' => [
- [
- 'key' => 'scanCodePay',
- 'title' => '收款码',
- 'children' => [
- [
- 'key' => 'scanCodePayStore',
- 'title' => '店铺聚合收款码',
- ],
- [
- 'key' => 'scanCodePayPlatform',
- 'title' => '平台聚合收款码',
- ],
- [
- 'key' => 'scanCodePayConfig',
- 'title' => '收款码设置',
- ]
- ],
- ],
- ],
- ],
- [
- 'key' => 'industryCategory',
- 'title' => '行业类',
- 'children' => [
- [
- 'key' => 'activityBooking',
- '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' => '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' => 'yinbao',
- 'title' => '银豹',
- ],
- [
- 'key' => 'cloudMerchant',
- 'title' => '云仓',
- 'children' => [
- [
- 'key' => 'cloudMerchantSelection',
- 'title' => '云仓选品库',
- 'children' => [
- [
- 'key' => 'cloudMerchantSelectionView',
- 'title' => '查看详情',
- 'type' => 'action',
- ],
- [
- 'key' => 'cloudMerchantSelectionAdd',
- 'title' => '加入选品',
- 'type' => 'action',
- ]
- ],
- ],
- [
- 'key' => 'cloudMerchantMyCloud',
- 'title' => '我的云仓',
- 'children' => [
- [
- 'key' => 'cloudMerchantMyCloudEdit',
- 'title' => '编辑',
- 'type' => 'action',
- ],
- [
- 'key' => 'cloudMerchantMyCloudQrcode',
- 'title' => '小程序二维码',
- 'type' => 'action',
- ],
- [
- 'key' => 'cloudMerchantMyCloudCopyPath',
- 'title' => '复制小程序链接',
- 'type' => 'action',
- ],
- [
- 'key' => 'cloudMerchantMyCloudDelete',
- 'title' => '删除',
- 'type' => 'action',
- ],
- ],
- ],
- [
- 'key' => 'cloudMerchantTransferOrder',
- 'title' => '云仓转单',
- ],
- [
- 'key' => 'cloudMerchantAccount',
- 'title' => '我的账户',
- ],
- [
- 'key' => 'cloudMerchantSetting',
- 'title' => '云仓设置',
- ],
- [
- 'key' => 'cloudMerchantPreviewNum',
- 'title' => '云仓库存',
- ],
- ],
- ],
- [
- 'key' => 'maiyatian',
- 'title' => '麦芽田',
- ],
- [
- 'key' => 'keloop',
- 'title' => '快跑者',
- ],
- [
- 'key' => 'kefuSetting',
- 'title' => '在线客服',
- ],
- [
- 'key' => 'jushuitan',
- 'title' => '聚水潭',
- ],
- [
- 'key' => 'saasAdapay',
- 'title' => '汇付支付',
- ],
- [
- 'key' => 'saasYunst',
- 'title' => '通联支付',
- ],
- [
- 'key' => 'cityDelivery',
- 'title' => '微信同城配送',
- 'children' => [
- // [
- // 'key' => 'WechatNewDelivery',
- // 'title' => '同城配送',
- // ],
- [
- 'key' => 'delivery',
- 'title' => '同城配送',
- ]
- ]
- ],
- ]
- ],
- ]
- ]
- ];
|