menu_shop.php 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?php
  2. /**
  3. * Niushop商城系统 - 团队十年电商经验汇集巨献!
  4. * =========================================================
  5. * Copy right 2019-2029 杭州牛之云科技有限公司, 保留所有权利。
  6. * ----------------------------------------------
  7. * 官方网址: https://www.niushop.com
  8. * =========================================================
  9. */
  10. return [
  11. [
  12. 'name' => 'STORE_USER_GROUP',
  13. 'title' => '门店角色',
  14. 'url' => 'cashier://shop/user/group',
  15. 'is_show' => 1,
  16. 'is_control' => 1,
  17. 'parent' => 'USER_AUTH',
  18. 'is_icon' => 0,
  19. 'picture' => '',
  20. 'picture_selected' => '',
  21. 'sort' => 2,
  22. 'child_list' => [
  23. [
  24. 'name' => 'STORE_USER_GROUP_ADD',
  25. 'title' => '添加角色',
  26. 'url' => 'cashier://shop/user/addgroup',
  27. 'is_show' => 0,
  28. 'is_control' => 1,
  29. 'is_icon' => 0,
  30. 'picture' => '',
  31. 'picture_selected' => '',
  32. 'sort' => 1,
  33. ],
  34. [
  35. 'name' => 'STORE_USER_GROUP_EDIT',
  36. 'title' => '角色编辑',
  37. 'url' => 'cashier://shop/user/editgroup',
  38. 'is_show' => 0,
  39. 'is_control' => 1,
  40. 'is_icon' => 0,
  41. 'picture' => '',
  42. 'picture_selected' => '',
  43. 'sort' => 1,
  44. ],
  45. [
  46. 'name' => 'STORE_USER_GROUP_DELETE',
  47. 'title' => '角色删除',
  48. 'url' => 'cashier://shop/user/deletegroup',
  49. 'is_show' => 0,
  50. 'is_control' => 1,
  51. 'is_icon' => 0,
  52. 'picture' => '',
  53. 'picture_selected' => '',
  54. 'sort' => 1,
  55. ],
  56. [
  57. 'name' => 'STORE_USER_GROUP_MODIFY_STATUS',
  58. 'title' => '调整角色状态',
  59. 'url' => 'cashier://shop/user/modifygroupstatus',
  60. 'is_show' => 0,
  61. 'is_control' => 1,
  62. 'is_icon' => 0,
  63. 'picture' => '',
  64. 'picture_selected' => '',
  65. 'sort' => 1,
  66. ],
  67. ]
  68. ],
  69. [
  70. 'name' => 'CASHIER',
  71. 'title' => '收银',
  72. 'url' => 'cashier://shop/index/cashier',
  73. 'is_show' => 1,
  74. 'is_control' => 0,
  75. 'is_icon' => 0,
  76. 'picture' => 'icon12',
  77. 'picture_selected' => '',
  78. 'sort' => 12
  79. ],
  80. [
  81. 'name' => 'CASHIER_ORDER_LISTS',
  82. 'title' => '收银订单',
  83. 'url' => 'cashier://shop/order/lists',
  84. 'parent' => 'ORDER_MANAGE',
  85. 'is_show' => 1,
  86. 'is_control' => 1,
  87. 'sort' => 1,
  88. 'is_icon' => 0,
  89. 'picture' => '',
  90. 'picture_selected' => '',
  91. 'child_list' => [
  92. [
  93. 'name' => 'CASHIER_ORDER_DETAIL',
  94. 'title' => '订单详情',
  95. 'url' => 'cashier://shop/order/detail',
  96. 'sort' => 1,
  97. 'is_show' => 0
  98. ]
  99. ]
  100. ],
  101. ];