mch_permission.php 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. <?php
  2. /**
  3. * 重庆赤晓店信息科技有限公司
  4. * https://www.chixiaodian.com
  5. * Copyright (c) 2023 赤店商城 All rights reserved.
  6. */
  7. return [
  8. [
  9. 'key' => 'dashboard',
  10. 'title' => '概况',
  11. 'children' => [
  12. [
  13. 'key' => 'analysis',
  14. 'title' => '分析页',
  15. ],
  16. [
  17. 'key' => 'workplace',
  18. 'title' => '工作台',
  19. ],
  20. [
  21. 'key' => 'test',
  22. 'title' => '测试功能',
  23. ],
  24. ]
  25. ],
  26. [
  27. 'key' => 'mchSetting',
  28. 'title' => '商城',
  29. 'children' => [
  30. [
  31. 'key' => 'mchCenterList',
  32. 'title' => '商户中心',
  33. 'children' => [
  34. [
  35. 'key' => 'add',
  36. 'title' => '添加',
  37. 'type' => 'action',
  38. ],
  39. [
  40. 'key' => 'edit',
  41. 'title' => '编辑',
  42. 'type' => 'action',
  43. ],
  44. [
  45. 'key' => 'del',
  46. 'title' => '删除',
  47. 'type' => 'action',
  48. ],
  49. ],
  50. ],
  51. [
  52. 'key' => 'mchSettingEdit',
  53. 'title' => '设置详情',
  54. 'children' => [
  55. [
  56. 'key' => 'store',
  57. 'title' => '基础设置',
  58. 'type' => 'action',
  59. ],
  60. [
  61. 'key' => 'app',
  62. 'title' => 'app设置',
  63. 'type' => 'action',
  64. ],
  65. [
  66. 'key' => 'wechat',
  67. 'title' => '微信设置',
  68. 'type' => 'action',
  69. ],
  70. [
  71. 'key' => 'display',
  72. 'title' => '显示设置',
  73. 'type' => 'action',
  74. ],
  75. [
  76. 'key' => 'web',
  77. 'title' => '网站设置',
  78. 'type' => 'action',
  79. ],
  80. [
  81. 'key' => 'msg',
  82. 'title' => '短信配置',
  83. 'type' => 'action',
  84. ],
  85. [
  86. 'key' => 'mail',
  87. 'title' => '邮箱配置',
  88. 'type' => 'action',
  89. ],
  90. ],
  91. ],
  92. [
  93. 'key' => 'mchSupplierSetting',
  94. 'title' => '采购设置'
  95. ],
  96. [
  97. 'key' => 'mchPostageList',
  98. 'title' => '运费规则',
  99. 'children' => [
  100. [
  101. 'key' => 'add',
  102. 'title' => '添加',
  103. 'type' => 'action',
  104. ],
  105. [
  106. 'key' => 'edit',
  107. 'title' => '编辑',
  108. 'type' => 'action',
  109. ],
  110. [
  111. 'key' => 'del',
  112. 'title' => '删除',
  113. 'type' => 'action',
  114. ],
  115. ],
  116. ],
  117. [
  118. 'key' => 'mchFreeDelivery',
  119. 'title' => '包邮规则',
  120. 'children' => [
  121. [
  122. 'key' => 'add',
  123. 'title' => '添加',
  124. 'type' => 'action',
  125. ],
  126. [
  127. 'key' => 'edit',
  128. 'title' => '编辑',
  129. 'type' => 'action',
  130. ],
  131. [
  132. 'key' => 'del',
  133. 'title' => '删除',
  134. 'type' => 'action',
  135. ],
  136. ],
  137. ],
  138. [
  139. 'key' => 'mchRefundAddress',
  140. 'title' => '退货地址',
  141. ],
  142. [
  143. 'key' => 'mchScanCodePay',
  144. 'title' => '当面付设置',
  145. ],
  146. [
  147. 'key' => 'mchCloud',
  148. 'title' => '云打印设置',
  149. ],
  150. [
  151. 'key' => 'mchPrinter',
  152. 'title' => '小票打印',
  153. ],
  154. [
  155. 'key' => 'mchShare',
  156. 'title' => '分销设置',
  157. ],
  158. ]
  159. ],
  160. [
  161. 'key' => 'mchAdminGoods',
  162. 'title' => '商品',
  163. 'children' => [
  164. [
  165. 'key' => 'mchGoodsList',
  166. 'title' => '商品列表',
  167. 'children' => [
  168. [
  169. 'key' => 'add',
  170. 'title' => '添加商品',
  171. 'type' => 'action'
  172. ],
  173. [
  174. 'key' => 'edit',
  175. 'title' => '商品详情',
  176. 'type' => 'action'
  177. ],
  178. [
  179. 'key' => 'del',
  180. 'title' => '删除商品',
  181. 'type' => 'action'
  182. ]
  183. ]
  184. ],
  185. [
  186. 'key' => 'mchCatList',
  187. 'title' => '分类列表',
  188. 'children' => [
  189. [
  190. 'key' => 'add',
  191. 'title' => '添加',
  192. 'type' => 'action'
  193. ],
  194. [
  195. 'key' => 'del',
  196. 'title' => '删除',
  197. 'type' => 'action'
  198. ]
  199. ]
  200. ]
  201. ]
  202. ],
  203. [
  204. 'key' => 'mchOrderManage',
  205. 'title' => '订单',
  206. 'children' => [
  207. [
  208. 'key' => 'mchOrderList',
  209. 'title' => '订单列表',
  210. 'children' => [
  211. [
  212. 'key' => 'update',
  213. 'title' => '编辑',
  214. 'type' => 'action',
  215. ],
  216. [
  217. 'key' => 'delete',
  218. 'title' => '删除',
  219. 'type' => 'action',
  220. ],
  221. ],
  222. ],
  223. [
  224. 'key' => 'mchOrderDetails',
  225. 'title' => '订单详情',
  226. 'children' => [
  227. ],
  228. ],
  229. [
  230. 'key' => 'mchOrderRefundList',
  231. 'title' => '售后订单',
  232. 'children' => [
  233. [
  234. 'key' => 'update',
  235. 'title' => '编辑',
  236. 'type' => 'action',
  237. ],
  238. [
  239. 'key' => 'delete',
  240. 'title' => '删除',
  241. 'type' => 'action',
  242. ],
  243. ],
  244. ],
  245. [
  246. 'key' => 'mchOrderComment',
  247. 'title' => '评价管理',
  248. 'children' => [
  249. [
  250. 'key' => 'update',
  251. 'title' => '编辑',
  252. 'type' => 'action',
  253. ],
  254. [
  255. 'key' => 'delete',
  256. 'title' => '删除',
  257. 'type' => 'action',
  258. ],
  259. [
  260. 'key' => 'add',
  261. 'title' => '新增',
  262. 'type' => 'action',
  263. ],
  264. ],
  265. ]
  266. ]
  267. ],
  268. [
  269. 'key' => 'mchCash',
  270. 'title' => '账户',
  271. 'children' => [
  272. [
  273. 'key' => 'mchCashInfo',
  274. 'title' => '提现',
  275. 'children' => [],
  276. ],
  277. [
  278. 'key' => 'mchCashLog',
  279. 'title' => '收支明细',
  280. 'children' => [],
  281. ]
  282. ]
  283. ],
  284. ];