platform_permission.php 56 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. // saas版商城菜单权限
  8. return [
  9. [
  10. 'key' => 'goods',
  11. 'title' => '商品',
  12. 'children' => [
  13. [
  14. 'key' => 'goodsList',
  15. 'title' => '商品列表',
  16. 'children' => [
  17. [
  18. 'key' => 'goodsAdd',
  19. 'title' => '添加',
  20. 'type' => 'action'
  21. ],
  22. [
  23. 'key' => 'goodsEdit',
  24. 'title' => '编辑',
  25. 'type' => 'action'
  26. ],
  27. [
  28. 'key' => 'goodsDelete',
  29. 'title' => '删除',
  30. 'type' => 'action'
  31. ],
  32. [
  33. 'key' => 'goodsBatchEdit',
  34. 'title' => '批量设置',
  35. 'type' => 'action'
  36. ],
  37. [
  38. 'key' => 'goodsCsvUpload',
  39. 'title' => 'CSV上传',
  40. 'type' => 'action'
  41. ],
  42. ]
  43. ],
  44. [
  45. 'key' => 'typesHotelGoods',
  46. 'title' => '酒店预约商品列表',
  47. 'children' => [
  48. [
  49. 'key' => 'goodsAdd',
  50. 'title' => '添加',
  51. 'type' => 'action'
  52. ],
  53. [
  54. 'key' => 'goodsEdit',
  55. 'title' => '编辑',
  56. 'type' => 'action'
  57. ],
  58. [
  59. 'key' => 'goodsDelete',
  60. 'title' => '删除',
  61. 'type' => 'action'
  62. ],
  63. [
  64. 'key' => 'goodsBatchEdit',
  65. 'title' => '批量设置',
  66. 'type' => 'action'
  67. ],
  68. [
  69. 'key' => 'goodsCsvUpload',
  70. 'title' => 'CSV上传',
  71. 'type' => 'action'
  72. ],
  73. ]
  74. ],
  75. [
  76. 'key' => 'typesServiceGoods',
  77. 'title' => '服务预约商品列表',
  78. 'children' => [
  79. [
  80. 'key' => 'goodsAdd',
  81. 'title' => '添加',
  82. 'type' => 'action'
  83. ],
  84. [
  85. 'key' => 'goodsEdit',
  86. 'title' => '编辑',
  87. 'type' => 'action'
  88. ],
  89. [
  90. 'key' => 'goodsDelete',
  91. 'title' => '删除',
  92. 'type' => 'action'
  93. ],
  94. [
  95. 'key' => 'goodsBatchEdit',
  96. 'title' => '批量设置',
  97. 'type' => 'action'
  98. ],
  99. [
  100. 'key' => 'goodsCsvUpload',
  101. 'title' => 'CSV上传',
  102. 'type' => 'action'
  103. ],
  104. ]
  105. ],
  106. [
  107. 'key' => 'typesVirtualGoods',
  108. 'title' => '虚拟商品列表',
  109. 'children' => [
  110. [
  111. 'key' => 'goodsAdd',
  112. 'title' => '添加',
  113. 'type' => 'action'
  114. ],
  115. [
  116. 'key' => 'goodsEdit',
  117. 'title' => '编辑',
  118. 'type' => 'action'
  119. ],
  120. [
  121. 'key' => 'goodsDelete',
  122. 'title' => '删除',
  123. 'type' => 'action'
  124. ],
  125. [
  126. 'key' => 'goodsBatchEdit',
  127. 'title' => '批量设置',
  128. 'type' => 'action'
  129. ],
  130. [
  131. 'key' => 'goodsCsvUpload',
  132. 'title' => 'CSV上传',
  133. 'type' => 'action'
  134. ],
  135. ]
  136. ],
  137. [
  138. 'key' => 'typesViewGoods',
  139. 'title' => '展示类商品',
  140. 'children' => [
  141. [
  142. 'key' => 'goodsAdd',
  143. 'title' => '添加',
  144. 'type' => 'action'
  145. ],
  146. [
  147. 'key' => 'goodsEdit',
  148. 'title' => '编辑',
  149. 'type' => 'action'
  150. ],
  151. [
  152. 'key' => 'goodsDelete',
  153. 'title' => '删除',
  154. 'type' => 'action'
  155. ],
  156. [
  157. 'key' => 'goodsBatchEdit',
  158. 'title' => '批量设置',
  159. 'type' => 'action'
  160. ],
  161. [
  162. 'key' => 'goodsCsvUpload',
  163. 'title' => 'CSV上传',
  164. 'type' => 'action'
  165. ],
  166. ]
  167. ],
  168. [
  169. 'key' => 'catList',
  170. 'title' => '分类列表',
  171. 'children' => [
  172. [
  173. 'key' => 'catEdit',
  174. 'title' => '编辑',
  175. 'type' => 'action'
  176. ],
  177. [
  178. 'key' => 'catAdd',
  179. 'title' => '新增',
  180. 'type' => 'action'
  181. ],
  182. [
  183. 'key' => 'catBatchEdit',
  184. 'title' => '批量操作',
  185. 'type' => 'action'
  186. ],
  187. ]
  188. ],
  189. [
  190. 'key' => 'attrList',
  191. 'title' => '规格库',
  192. 'children' => [
  193. [
  194. 'key' => 'attrEdit',
  195. 'title' => '编辑',
  196. 'type' => 'action'
  197. ],
  198. [
  199. 'key' => 'attrDelete',
  200. 'title' => '删除',
  201. 'type' => 'action'
  202. ],
  203. [
  204. 'key' => 'attrAdd',
  205. 'title' => '添加',
  206. 'type' => 'action'
  207. ],
  208. [
  209. 'key' => 'attrBatchDelete',
  210. 'title' => '批量删除',
  211. 'type' => 'action'
  212. ],
  213. ]
  214. ],
  215. [
  216. 'key' => 'goodsBrand',
  217. 'title' => '品牌列表'
  218. ],
  219. [
  220. 'key' => 'goodsRecommendKeyword',
  221. 'title' => '推荐发现关键词',
  222. 'children' => [
  223. [
  224. 'key' => 'recommendKeywordAdd',
  225. 'title' => '添加',
  226. 'type' => 'action'
  227. ],
  228. [
  229. 'key' => 'recommendKeywordEdit',
  230. 'title' => '编辑',
  231. 'type' => 'action'
  232. ],
  233. [
  234. 'key' => 'recommendKeywordDel',
  235. 'title' => '删除',
  236. 'type' => 'action'
  237. ],
  238. [
  239. 'key' => 'recommendKeywordBatchDel',
  240. 'title' => '批量设置',
  241. 'type' => 'action'
  242. ],
  243. ]
  244. ],
  245. ]
  246. ],
  247. [
  248. 'key' => 'userManage',
  249. 'title' => '用户',
  250. 'children' => [
  251. [
  252. 'key' => 'userManagement',
  253. 'title' => '用户管理',
  254. 'children' => [
  255. [
  256. 'key' => 'userManagementView',
  257. 'title' => '查看',
  258. 'type' => 'action',
  259. ],
  260. [
  261. 'key' => 'userManagementDetails',
  262. 'title' => '用户详情',
  263. 'children' => [
  264. [
  265. 'key' => 'userManagementDetailsEditUser',
  266. 'title' => '编辑用户',
  267. 'type' => 'action',
  268. ],
  269. [
  270. 'key' => 'userManagementDetailsSetProperty',
  271. 'title' => '设置积分/余额',
  272. 'type' => 'action',
  273. ],
  274. ],
  275. ]
  276. ],
  277. ],
  278. [
  279. 'key' => 'memberManage',
  280. 'title' => '会员等级',
  281. 'children' => [
  282. [
  283. 'key' => 'memberLevel',
  284. 'title' => '会员等级',
  285. 'children' => [
  286. [
  287. 'key' => 'memberLevelAdd',
  288. 'title' => '添加',
  289. 'type' => 'action',
  290. ],
  291. [
  292. 'key' => 'memberLevelEdit',
  293. 'title' => '编辑',
  294. 'type' => 'action',
  295. ],
  296. [
  297. 'key' => 'memberLevelDelete',
  298. 'title' => '删除',
  299. 'type' => 'action',
  300. ],
  301. ],
  302. ],
  303. [
  304. 'key' => 'levelOrderList',
  305. 'title' => '购买记录'
  306. ],
  307. ],
  308. ],
  309. [
  310. 'key' => 'userAdmin',
  311. 'title' => '手机端管理员',
  312. 'children' => [
  313. [
  314. 'key' => 'userAdminAdd',
  315. 'title' => '添加',
  316. 'type' => 'action',
  317. ],
  318. [
  319. 'key' => 'userAdminDelete',
  320. 'title' => '删除',
  321. 'type' => 'action',
  322. ],
  323. ],
  324. ],
  325. [
  326. 'key' => 'userStoreClerk',
  327. 'title' => '核销员',
  328. 'children' => [],
  329. ]
  330. ]
  331. ],
  332. [
  333. 'key' => 'orderManage',
  334. 'title' => '订单',
  335. 'children' => [
  336. [
  337. 'key' => 'orderList',
  338. 'title' => '订单列表',
  339. 'children' => [
  340. [
  341. 'key' => 'orderListSend',
  342. 'title' => '发货',
  343. 'type' => 'action',
  344. ],
  345. [
  346. 'key' => 'orderListCancel',
  347. 'title' => '取消',
  348. 'type' => 'action',
  349. ],
  350. [
  351. 'key' => 'orderListDetails',
  352. 'title' => '详情',
  353. ],
  354. [
  355. 'key' => 'orderListPrint',
  356. 'title' => '打印',
  357. ],
  358. [
  359. 'key' => 'orderListReceiptPrint',
  360. 'title' => '小票打印',
  361. ],
  362. [
  363. 'key' => 'orderListAddRemark',
  364. 'title' => '添加备注',
  365. ],
  366. [
  367. 'key' => 'orderListMoveRecycle',
  368. 'title' => '移入回收站',
  369. ],
  370. [
  371. 'key' => 'orderListExpressInfo',
  372. 'title' => '物流信息',
  373. ],
  374. [
  375. 'key' => 'orderListTransferOrder',
  376. 'title' => '转单',
  377. ],
  378. [
  379. 'key' => 'orderListAgree',
  380. 'title' => '同意',
  381. ],
  382. ],
  383. ],
  384. [
  385. 'key' => 'orderSameCityList',
  386. 'title' => '同城订单',
  387. 'children' => [
  388. [
  389. 'key' => 'orderSameCityListCancel',
  390. 'title' => '取消',
  391. 'type' => 'action',
  392. ],
  393. [
  394. 'key' => 'orderSameCityListDetails',
  395. 'title' => '详情',
  396. ],
  397. [
  398. 'key' => 'orderSameCityListPrint',
  399. 'title' => '打印',
  400. ],
  401. [
  402. 'key' => 'orderSameCityListReceiptPrint',
  403. 'title' => '小票打印',
  404. ],
  405. [
  406. 'key' => 'orderSameCityListAddRemark',
  407. 'title' => '添加备注',
  408. ],
  409. [
  410. 'key' => 'orderSameCityListMoveRecycle',
  411. 'title' => '移入回收站',
  412. ],
  413. [
  414. 'key' => 'orderSameCityListAgree',
  415. 'title' => '同意',
  416. ],
  417. ],
  418. ],
  419. [
  420. 'key' => 'orderOfflineList',
  421. 'title' => '自提订单',
  422. 'children' => [
  423. [
  424. 'key' => 'orderOfflineListVerify',
  425. 'title' => '核销',
  426. 'type' => 'action',
  427. ],
  428. [
  429. 'key' => 'orderOfflineListCancel',
  430. 'title' => '取消',
  431. 'type' => 'action',
  432. ],
  433. [
  434. 'key' => 'orderOfflineListDetails',
  435. 'title' => '详情',
  436. ],
  437. [
  438. 'key' => 'orderOfflineListPrint',
  439. 'title' => '打印',
  440. ],
  441. [
  442. 'key' => 'orderOfflineListReceiptPrint',
  443. 'title' => '小票打印',
  444. ],
  445. [
  446. 'key' => 'orderOfflineListAddRemark',
  447. 'title' => '添加备注',
  448. ],
  449. [
  450. 'key' => 'orderOfflineListMoveRecycle',
  451. 'title' => '移入回收站',
  452. ],
  453. ],
  454. ],
  455. [
  456. 'key' => 'orderRefundList',
  457. 'title' => '售后订单',
  458. 'children' => [
  459. [
  460. 'key' => 'orderRefundListConfirmReceive',
  461. 'title' => '确认收货',
  462. ],
  463. [
  464. 'key' => 'orderRefundListRefuseExchange',
  465. 'title' => '拒绝换货',
  466. ],
  467. [
  468. 'key' => 'orderRefundListAgreeRefund',
  469. 'title' => '同意退货',
  470. ],
  471. [
  472. 'key' => 'orderRefundListRefuseRefund',
  473. 'title' => '拒绝退货',
  474. ],
  475. [
  476. 'key' => 'orderRefundListAgreeExchange',
  477. 'title' => '同意换货',
  478. ],
  479. ],
  480. ],
  481. [
  482. 'key' => 'orderScanList',
  483. 'title' => '当面付订单',
  484. ],
  485. [
  486. 'key' => 'orderComment',
  487. 'title' => '评价管理',
  488. 'children' => [
  489. [
  490. 'key' => 'orderCommentRely',
  491. 'title' => '回复',
  492. 'type' => 'action',
  493. ],
  494. [
  495. 'key' => 'orderCommentHide',
  496. 'title' => '隐藏',
  497. 'type' => 'action',
  498. ],
  499. [
  500. 'key' => 'orderCommentDelete',
  501. 'title' => '删除',
  502. 'type' => 'action',
  503. ],
  504. ],
  505. ],
  506. ]
  507. ],
  508. [
  509. 'key' => 'storeProfit',
  510. 'title' => '财务',
  511. 'children' => [
  512. [
  513. 'key' => 'storeAccount',
  514. 'title' => '结算账户',
  515. ],
  516. [
  517. 'key' => 'storeCash',
  518. 'title' => '结算提现',
  519. ],
  520. [
  521. 'key' => 'profitSharingRecord',
  522. 'title' => '分账记录'
  523. ],
  524. // [
  525. // 'key' => 'mdPrice',
  526. // 'title' => '门店佣金'
  527. // ],
  528. // [
  529. // 'key' => 'userPrice',
  530. // 'title' => '会员佣金'
  531. // ],
  532. [
  533. 'key' => 'userMoney',
  534. 'title' => '用户余额'
  535. ],
  536. ]
  537. ],
  538. [
  539. 'key' => 'setting',
  540. 'title' => '系统',
  541. 'children' => [
  542. [
  543. 'key' => 'settingEdit',
  544. 'title' => '功能设置',
  545. 'children' => [
  546. [
  547. 'key' => 'store',
  548. 'title' => '基础设置',
  549. 'type' => 'action',
  550. 'children' => [
  551. [
  552. 'key' => 'basicEdit',
  553. 'title' => '编辑',
  554. 'type' => 'action',
  555. ],
  556. ]
  557. ],
  558. [
  559. 'key' => 'wechat',
  560. 'title' => '微信设置',
  561. 'type' => 'action',
  562. 'children' => [
  563. [
  564. 'key' => 'weixinEdit',
  565. 'title' => '编辑',
  566. 'type' => 'action',
  567. ],
  568. ]
  569. ],
  570. [
  571. 'key' => 'display',
  572. 'title' => '显示设置',
  573. 'type' => 'action',
  574. 'children' => [
  575. [
  576. 'key' => 'displayEdit',
  577. 'title' => '编辑',
  578. 'type' => 'action',
  579. ],
  580. ]
  581. ],
  582. ],
  583. ],
  584. [
  585. 'key' => 'rulesSetting',
  586. 'title' => '规则设置',
  587. 'children' => [
  588. [
  589. 'key' => 'postageList',
  590. 'title' => '运费规则',
  591. 'children' => [
  592. [
  593. 'key' => 'postageAdd',
  594. 'title' => '编辑',
  595. 'type' => 'action',
  596. ],
  597. [
  598. 'key' => 'postageEdit',
  599. 'title' => '编辑',
  600. 'type' => 'action',
  601. ],
  602. [
  603. 'key' => 'postageDelele',
  604. 'title' => '删除',
  605. 'type' => 'action',
  606. ],
  607. ],
  608. ],
  609. [
  610. 'key' => 'freeDelivery',
  611. 'title' => '包邮规则',
  612. 'children' => [
  613. [
  614. 'key' => 'freeDeliveryAdd',
  615. 'title' => '编辑',
  616. 'type' => 'action',
  617. ],
  618. [
  619. 'key' => 'freeDeliveryEdit',
  620. 'title' => '编辑',
  621. 'type' => 'action',
  622. ],
  623. [
  624. 'key' => 'freeDeliveryDelele',
  625. 'title' => '删除',
  626. 'type' => 'action',
  627. ],
  628. ],
  629. ],
  630. [
  631. 'key' => 'territorial',
  632. 'title' => '区域限购',
  633. 'children' => [
  634. [
  635. 'key' => 'areaEdit',
  636. 'title' => '编辑',
  637. 'type' => 'action',
  638. ],
  639. [
  640. 'key' => 'areaAdd',
  641. 'title' => '添加',
  642. 'type' => 'action',
  643. ],
  644. [
  645. 'key' => 'areaDelete',
  646. 'title' => '删除',
  647. 'type' => 'action',
  648. ],
  649. ],
  650. ],
  651. [
  652. 'key' => 'offerPrice',
  653. 'title' => '起送规则',
  654. 'children' => [
  655. [
  656. 'key' => 'offerPriceAdd',
  657. 'title' => '添加',
  658. 'type' => 'action',
  659. ],
  660. [
  661. 'key' => 'offerPriceEdit',
  662. 'title' => '编辑',
  663. 'type' => 'action',
  664. ],
  665. [
  666. 'key' => 'offerPriceDelete',
  667. 'title' => '删除',
  668. 'type' => 'action',
  669. ],
  670. ],
  671. ],
  672. [
  673. 'key' => 'refundAddress',
  674. 'title' => '退货地址设置',
  675. 'children' => [
  676. [
  677. 'key' => 'refundAddressAdd',
  678. 'title' => '添加',
  679. 'type' => 'action',
  680. ],
  681. [
  682. 'key' => 'refundAddressEdit',
  683. 'title' => '编辑',
  684. 'type' => 'action',
  685. ],
  686. [
  687. 'key' => 'refundAddressDelele',
  688. 'title' => '删除',
  689. 'type' => 'action',
  690. ],
  691. ],
  692. ],
  693. ],
  694. ],
  695. [
  696. 'key' => 'noticeConfig',
  697. 'title' => '消息通知',
  698. ],
  699. [
  700. 'key' => 'printSetting',
  701. 'title' => '打印设置',
  702. 'children' => [
  703. [
  704. 'key' => 'express',
  705. 'title' => '电子面单',
  706. 'children' => [
  707. [
  708. 'key' => 'expressAdd',
  709. 'title' => '添加',
  710. 'type' => 'action',
  711. ],
  712. [
  713. 'key' => 'expressEdit',
  714. 'title' => '编辑',
  715. 'type' => 'action',
  716. ],
  717. [
  718. 'key' => 'expressDelele',
  719. 'title' => '删除',
  720. 'type' => 'action',
  721. ],
  722. ],
  723. ],
  724. [
  725. 'key' => 'cloud',
  726. 'title' => '云打印设置',
  727. 'children' => [
  728. [
  729. 'key' => 'cloudAdd',
  730. 'title' => '添加',
  731. 'type' => 'action',
  732. ],
  733. [
  734. 'key' => 'cloudEdit',
  735. 'title' => '编辑',
  736. 'type' => 'action',
  737. ],
  738. [
  739. 'key' => 'cloudDelele',
  740. 'title' => '删除',
  741. 'type' => 'action',
  742. ],
  743. ],
  744. ],
  745. [
  746. 'key' => 'printer',
  747. 'title' => '小票打印',
  748. 'children' => [
  749. [
  750. 'key' => 'printerAdd',
  751. 'title' => '添加',
  752. 'type' => 'action',
  753. ],
  754. [
  755. 'key' => 'printerEdit',
  756. 'title' => '编辑',
  757. 'type' => 'action',
  758. ],
  759. [
  760. 'key' => 'printerDelele',
  761. 'title' => '删除',
  762. 'type' => 'action',
  763. ],
  764. ],
  765. ],
  766. ]
  767. ],
  768. [
  769. 'key' => 'authManage',
  770. 'title' => '员工权限',
  771. 'children' => [
  772. [
  773. 'key' => 'accountManage',
  774. 'title' => '账号管理',
  775. 'children' => [
  776. [
  777. 'key' => 'accountManageAdd',
  778. 'title' => '新增',
  779. 'type' => 'action',
  780. ],
  781. [
  782. 'key' => 'accountManageEdit',
  783. 'title' => '编辑',
  784. 'type' => 'action',
  785. ],
  786. [
  787. 'key' => 'accountManageDelete',
  788. 'title' => '删除',
  789. 'type' => 'action',
  790. ],
  791. ],
  792. ],
  793. [
  794. 'key' => 'roleManage',
  795. 'title' => '角色管理',
  796. 'children' => [
  797. [
  798. 'key' => 'roleManageEdit',
  799. 'title' => '编辑',
  800. 'type' => 'action',
  801. ],
  802. [
  803. 'key' => 'roleManageAdd',
  804. 'title' => '新增',
  805. 'type' => 'action',
  806. ],
  807. [
  808. 'key' => 'roleManageDelete',
  809. 'title' => '删除',
  810. 'type' => 'action',
  811. ],
  812. ],
  813. ],
  814. ]
  815. ],
  816. [
  817. 'key' => 'unionShopSetting',
  818. 'title' => '联盟店铺',
  819. ],
  820. [
  821. 'key' => 'SettingVoiceBroadcast',
  822. 'title' => '收款播报设置',
  823. ],
  824. [
  825. 'key' => 'appConfigLock',
  826. 'title' => 'App配置',
  827. ]
  828. ]
  829. ],
  830. [
  831. 'key' => 'newDiy',
  832. 'title' => '装修',
  833. ],
  834. [
  835. 'key' => 'channel',
  836. 'title' => '渠道/端口',
  837. 'children' => [
  838. [
  839. 'key' => 'appletManagementWechat',
  840. 'title' => '微信小程序',
  841. 'children' => [
  842. [
  843. 'key' => 'payIncoming',
  844. 'title' => '支付进件'
  845. ]
  846. ]
  847. ],
  848. [
  849. 'key' => 'alipayCertConfig',
  850. 'title' => '证书配置'
  851. ],
  852. ]
  853. ],
  854. [
  855. 'key' => 'marketingManage',
  856. 'title' => '应用',
  857. 'children' => [
  858. [
  859. 'key' => 'marketingCategory',
  860. 'title' => '营销类',
  861. 'children' => [
  862. [
  863. 'key' => 'couponManage',
  864. 'title' => '优惠券',
  865. 'children' => [
  866. [
  867. 'key' => 'couponList',
  868. 'title' => '优惠券列表',
  869. 'children' => [
  870. [
  871. 'key' => 'couponListEdit',
  872. 'title' => '编辑',
  873. 'type' => 'action',
  874. ],
  875. [
  876. 'key' => 'couponListAdd',
  877. 'title' => '新增',
  878. 'type' => 'action',
  879. ],
  880. [
  881. 'key' => 'couponListDelete',
  882. 'title' => '删除',
  883. 'type' => 'action',
  884. ],
  885. [
  886. 'key' => 'couponListBatchDelete',
  887. 'title' => '批量删除',
  888. 'type' => 'action',
  889. ],
  890. [
  891. 'key' => 'couponListDetails',
  892. 'title' => '详情',
  893. 'type' => 'action',
  894. ],
  895. [
  896. 'key' => 'couponListQrcode',
  897. 'title' => '小程序二维码',
  898. 'type' => 'action',
  899. ],
  900. [
  901. 'key' => 'couponListSend',
  902. 'title' => '发放',
  903. 'type' => 'action',
  904. ],
  905. ],
  906. ],
  907. [
  908. 'key' => 'couponListManageBusiness',
  909. 'title' => '联盟优惠券',
  910. 'children' => [
  911. [
  912. 'key' => 'couponListManageBusinessEdit',
  913. 'title' => '编辑',
  914. 'type' => 'action',
  915. ],
  916. [
  917. 'key' => 'couponListManageBusinessAdd',
  918. 'title' => '新增',
  919. 'type' => 'action',
  920. ],
  921. [
  922. 'key' => 'couponListManageBusinessDelete',
  923. 'title' => '删除',
  924. 'type' => 'action',
  925. ],
  926. [
  927. 'key' => 'couponListManageBusinessDelete',
  928. 'title' => '批量删除',
  929. 'type' => 'action',
  930. ],
  931. ],
  932. ],
  933. ],
  934. ],
  935. [
  936. 'key' => 'cardCouponManage',
  937. 'title' => '卡券',
  938. 'children' => [
  939. [
  940. 'key' => 'cardCouponView',
  941. 'title' => '查看',
  942. 'type' => 'action',
  943. ],
  944. [
  945. 'key' => 'cardCouponEdit',
  946. 'title' => '编辑',
  947. 'type' => 'action',
  948. ],
  949. [
  950. 'key' => 'cardCouponAdd',
  951. 'title' => '新增',
  952. 'type' => 'action',
  953. ],
  954. [
  955. 'key' => 'cardCouponDelete',
  956. 'title' => '删除',
  957. 'type' => 'action',
  958. ],
  959. [
  960. 'key' => 'cardCouponBatchDelete',
  961. 'title' => '批量删除',
  962. 'type' => 'action',
  963. ],
  964. ],
  965. ],
  966. [
  967. 'key' => 'seckill',
  968. 'title' => '限时秒杀',
  969. 'children' => [
  970. [
  971. 'key' => 'saasActivitySubmit',
  972. 'title' => '商盟活动',
  973. ],
  974. ]
  975. ],
  976. [
  977. 'key' => 'ActivityNewUser',
  978. 'title' => '新人专享',
  979. 'children' => [
  980. [
  981. 'key' => 'saasActivitySubmit',
  982. 'title' => '商盟活动',
  983. ],
  984. ]
  985. ],
  986. [
  987. 'key' => 'ActivityCutPrice',
  988. 'title' => '砍价',
  989. 'children' => [
  990. [
  991. 'key' => 'saasActivitySubmit',
  992. 'title' => '商盟活动',
  993. ],
  994. ]
  995. ],
  996. [
  997. 'key' => 'ActivityOrderRebateSelf',
  998. 'title' => '消费全返',
  999. 'children' => []
  1000. ],
  1001. [
  1002. 'key' => 'pintuan',
  1003. 'title' => '拼团',
  1004. 'children' => [
  1005. [
  1006. 'key' => 'saasActivitySubmit',
  1007. 'title' => '商盟活动',
  1008. ],
  1009. ]
  1010. ],
  1011. [
  1012. 'key' => 'integralStore',
  1013. 'title' => '积分商城',
  1014. 'children' => [
  1015. [
  1016. 'key' => 'integralStoreGoods',
  1017. 'title' => '积分商品',
  1018. ],
  1019. [
  1020. 'key' => 'integralStoreCat',
  1021. 'title' => '商品分类',
  1022. ],
  1023. [
  1024. 'key' => 'integralStoreSetting',
  1025. 'title' => '积分设置',
  1026. ]
  1027. ],
  1028. ],
  1029. [
  1030. 'key' => 'saasAllianceCoupon',
  1031. 'title' => '联盟券',
  1032. ],
  1033. ]
  1034. ],
  1035. [
  1036. 'key' => 'resourceCategory',
  1037. 'title' => '资源类',
  1038. 'children' => [
  1039. [
  1040. 'key' => 'topicManage',
  1041. 'title' => '专题',
  1042. 'children' => [
  1043. [
  1044. 'key' => 'topicList',
  1045. 'title' => '专题列表',
  1046. 'children' => [
  1047. [
  1048. 'key' => 'topicAdd',
  1049. 'title' => '新增',
  1050. 'type' => 'action',
  1051. ],
  1052. [
  1053. 'key' => 'topicEdit',
  1054. 'title' => '编辑',
  1055. 'type' => 'action',
  1056. ],
  1057. [
  1058. 'key' => 'topicDelete',
  1059. 'title' => '删除',
  1060. 'type' => 'action',
  1061. ],
  1062. [
  1063. 'key' => 'topicBatchDelete',
  1064. 'title' => '批量删除',
  1065. 'type' => 'action',
  1066. ],
  1067. ],
  1068. ],
  1069. [
  1070. 'key' => 'topicCat',
  1071. 'title' => '专题分类',
  1072. 'children' => [
  1073. [
  1074. 'key' => 'topicCatEdit',
  1075. 'title' => '编辑',
  1076. 'type' => 'action'
  1077. ],
  1078. [
  1079. 'key' => 'topicCatAdd',
  1080. 'title' => '新增',
  1081. 'type' => 'action'
  1082. ],
  1083. [
  1084. 'key' => 'topicCatDelete',
  1085. 'title' => '删除',
  1086. 'type' => 'action'
  1087. ],
  1088. [
  1089. 'key' => 'topicCatBatchDelete',
  1090. 'title' => '批量删除',
  1091. 'type' => 'action'
  1092. ]
  1093. ]
  1094. ]
  1095. ]
  1096. ],
  1097. [
  1098. 'key' => 'videoManage',
  1099. 'title' => '视频',
  1100. 'children' => [
  1101. [
  1102. 'key' => 'videoEdit',
  1103. 'title' => '编辑',
  1104. 'type' => 'action'
  1105. ],
  1106. [
  1107. 'key' => 'videoAdd',
  1108. 'title' => '新增',
  1109. 'type' => 'action'
  1110. ],
  1111. [
  1112. 'key' => 'videoDelete',
  1113. 'title' => '删除',
  1114. 'type' => 'action'
  1115. ],
  1116. [
  1117. 'key' => 'videoBatchDelete',
  1118. 'title' => '批量删除',
  1119. 'type' => 'action'
  1120. ]
  1121. ]
  1122. ],
  1123. [
  1124. 'key' => 'aboutArticleManage',
  1125. 'title' => '文章',
  1126. 'children' => [
  1127. [
  1128. 'key' => 'articleAdd',
  1129. 'title' => '新增',
  1130. 'type' => 'action',
  1131. ],
  1132. [
  1133. 'key' => 'articleEdit',
  1134. 'title' => '编辑',
  1135. 'type' => 'action',
  1136. ],
  1137. [
  1138. 'key' => 'articleDelete',
  1139. 'title' => '删除',
  1140. 'type' => 'action',
  1141. ],
  1142. ],
  1143. ],
  1144. ]
  1145. ],
  1146. [
  1147. 'key' => 'toolCategory',
  1148. 'title' => '工具类',
  1149. 'children' => [
  1150. [
  1151. 'key' => 'scanCodePay',
  1152. 'title' => '收款码',
  1153. 'children' => [
  1154. [
  1155. 'key' => 'scanCodePayStore',
  1156. 'title' => '店铺聚合收款码',
  1157. ],
  1158. [
  1159. 'key' => 'scanCodePayPlatform',
  1160. 'title' => '平台聚合收款码',
  1161. ],
  1162. [
  1163. 'key' => 'scanCodePayConfig',
  1164. 'title' => '收款码设置',
  1165. ]
  1166. ],
  1167. ],
  1168. ],
  1169. ],
  1170. [
  1171. 'key' => 'industryCategory',
  1172. 'title' => '行业类',
  1173. 'children' => [
  1174. [
  1175. 'key' => 'activityBooking',
  1176. 'title' => '预约',
  1177. ],
  1178. [
  1179. 'key' => 'food',
  1180. 'title' => '点餐管理',
  1181. 'children' => [
  1182. [
  1183. 'key' => 'foodGoods',
  1184. 'title' => '商品管理',
  1185. 'children' => [
  1186. [
  1187. 'key' => 'foodGoodsAdd',
  1188. 'title' => '添加',
  1189. 'type' => 'action',
  1190. ],
  1191. [
  1192. 'key' => 'foodGoodsEdit',
  1193. 'title' => '编辑',
  1194. 'type' => 'action',
  1195. ],
  1196. [
  1197. 'key' => 'foodGoodsSetting',
  1198. 'title' => '设置',
  1199. 'type' => 'action',
  1200. ],
  1201. [
  1202. 'key' => 'foodGoodsDelete',
  1203. 'title' => '删除',
  1204. 'type' => 'action',
  1205. ],
  1206. [
  1207. 'key' => 'foodGoodsBatchAction',
  1208. 'title' => '批量操作',
  1209. 'type' => 'action',
  1210. ]
  1211. ],
  1212. ],
  1213. [
  1214. 'key' => 'foodCat',
  1215. 'title' => '分类',
  1216. 'children' => [
  1217. [
  1218. 'key' => 'foodCatAdd',
  1219. 'title' => '添加',
  1220. 'type' => 'action',
  1221. ],
  1222. [
  1223. 'key' => 'foodEditEdit',
  1224. 'title' => '编辑',
  1225. 'type' => 'action',
  1226. ],
  1227. [
  1228. 'key' => 'foodCatDelete',
  1229. 'title' => '删除',
  1230. 'type' => 'action',
  1231. ],
  1232. ],
  1233. ],
  1234. [
  1235. 'key' => 'foodTable',
  1236. 'title' => '餐桌管理',
  1237. 'children' => [
  1238. [
  1239. 'key' => 'foodTableAdd',
  1240. 'title' => '添加',
  1241. 'type' => 'action',
  1242. ],
  1243. [
  1244. 'key' => 'foodTableEdit',
  1245. 'title' => '编辑',
  1246. 'type' => 'action',
  1247. ],
  1248. [
  1249. 'key' => 'foodTableDelete',
  1250. 'title' => '删除',
  1251. 'type' => 'action',
  1252. ],
  1253. [
  1254. 'key' => 'foodTableQrcode',
  1255. 'title' => '二维码',
  1256. 'type' => 'action',
  1257. ],
  1258. ],
  1259. ],
  1260. [
  1261. 'key' => 'foodSetting',
  1262. 'title' => '设置',
  1263. ],
  1264. [
  1265. 'key' => 'foodQrcode',
  1266. 'title' => '店铺点餐二维码',
  1267. ],
  1268. [
  1269. 'key' => 'foodSlide',
  1270. 'title' => '轮播图',
  1271. 'children' => [
  1272. [
  1273. 'key' => 'foodSlideAdd',
  1274. 'title' => '添加',
  1275. 'type' => 'action',
  1276. ],
  1277. [
  1278. 'key' => 'foodSlideEdit',
  1279. 'title' => '编辑',
  1280. 'type' => 'action',
  1281. ],
  1282. [
  1283. 'key' => 'foodSlideDelete',
  1284. 'title' => '删除',
  1285. 'type' => 'action',
  1286. ]
  1287. ],
  1288. ]
  1289. ],
  1290. ],
  1291. [
  1292. 'key' => 'storeLocalDelivery',
  1293. 'title' => '同城自配',
  1294. ],
  1295. ]
  1296. ],
  1297. [
  1298. 'key' => 'thirdCategory',
  1299. 'title' => '第三方',
  1300. 'children' => [
  1301. [
  1302. 'key' => 'yinbao',
  1303. 'title' => '银豹',
  1304. ],
  1305. [
  1306. 'key' => 'cloudMerchant',
  1307. 'title' => '云仓',
  1308. 'children' => [
  1309. [
  1310. 'key' => 'cloudMerchantSelection',
  1311. 'title' => '云仓选品库',
  1312. 'children' => [
  1313. [
  1314. 'key' => 'cloudMerchantSelectionView',
  1315. 'title' => '查看详情',
  1316. 'type' => 'action',
  1317. ],
  1318. [
  1319. 'key' => 'cloudMerchantSelectionAdd',
  1320. 'title' => '加入选品',
  1321. 'type' => 'action',
  1322. ]
  1323. ],
  1324. ],
  1325. [
  1326. 'key' => 'cloudMerchantMyCloud',
  1327. 'title' => '我的云仓',
  1328. 'children' => [
  1329. [
  1330. 'key' => 'cloudMerchantMyCloudEdit',
  1331. 'title' => '编辑',
  1332. 'type' => 'action',
  1333. ],
  1334. [
  1335. 'key' => 'cloudMerchantMyCloudQrcode',
  1336. 'title' => '小程序二维码',
  1337. 'type' => 'action',
  1338. ],
  1339. [
  1340. 'key' => 'cloudMerchantMyCloudCopyPath',
  1341. 'title' => '复制小程序链接',
  1342. 'type' => 'action',
  1343. ],
  1344. [
  1345. 'key' => 'cloudMerchantMyCloudDelete',
  1346. 'title' => '删除',
  1347. 'type' => 'action',
  1348. ],
  1349. ],
  1350. ],
  1351. [
  1352. 'key' => 'cloudMerchantTransferOrder',
  1353. 'title' => '云仓转单',
  1354. ],
  1355. [
  1356. 'key' => 'cloudMerchantAccount',
  1357. 'title' => '我的账户',
  1358. ],
  1359. [
  1360. 'key' => 'cloudMerchantSetting',
  1361. 'title' => '云仓设置',
  1362. ],
  1363. [
  1364. 'key' => 'cloudMerchantPreviewNum',
  1365. 'title' => '云仓库存',
  1366. ],
  1367. ],
  1368. ],
  1369. [
  1370. 'key' => 'maiyatian',
  1371. 'title' => '麦芽田',
  1372. ],
  1373. [
  1374. 'key' => 'keloop',
  1375. 'title' => '快跑者',
  1376. ],
  1377. [
  1378. 'key' => 'kefuSetting',
  1379. 'title' => '在线客服',
  1380. ],
  1381. [
  1382. 'key' => 'jushuitan',
  1383. 'title' => '聚水潭',
  1384. ],
  1385. [
  1386. 'key' => 'saasAdapay',
  1387. 'title' => '汇付支付',
  1388. ],
  1389. [
  1390. 'key' => 'saasYunst',
  1391. 'title' => '通联支付',
  1392. ],
  1393. [
  1394. 'key' => 'cityDelivery',
  1395. 'title' => '微信同城配送',
  1396. 'children' => [
  1397. // [
  1398. // 'key' => 'WechatNewDelivery',
  1399. // 'title' => '同城配送',
  1400. // ],
  1401. [
  1402. 'key' => 'delivery',
  1403. 'title' => '同城配送',
  1404. ]
  1405. ]
  1406. ],
  1407. ]
  1408. ],
  1409. ]
  1410. ]
  1411. ];