store.js 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. export default [{
  2. title: '开单',
  3. icon: 'iconkaidan',
  4. path: '/pages/billing/index',
  5. name: 'billing'
  6. },
  7. {
  8. title: '售卡',
  9. icon: 'iconqia',
  10. path: '/pages/buycard/index',
  11. name: 'buycard'
  12. },
  13. {
  14. title: '充值',
  15. icon: 'iconchongzhidingdan',
  16. path: '/pages/recharge/index',
  17. name: 'recharge'
  18. },
  19. {
  20. title: '订单',
  21. icon: 'icondingdan',
  22. path: '/pages/order/orderlist',
  23. name: 'order_list'
  24. },
  25. {
  26. title: '会员',
  27. icon: 'iconkehuguanli',
  28. path: '/pages/member/list',
  29. name: 'member_list'
  30. },
  31. {
  32. title: '核销',
  33. icon: 'iconhexiao',
  34. path: '/pages/verify/index',
  35. name: 'verify_index'
  36. },
  37. {
  38. title: '更多',
  39. icon: 'iconicon_yingyongguanli',
  40. childshow: true,
  41. children: [{
  42. title: '收银',
  43. children: [{
  44. title: '开单',
  45. icon: 'iconkaidan',
  46. path: '/pages/billing/index',
  47. name: 'billing'
  48. },
  49. {
  50. title: '售卡',
  51. icon: 'iconqia',
  52. path: '/pages/buycard/index',
  53. name: 'buycard'
  54. },
  55. {
  56. title: '核销',
  57. icon: 'iconhexiao',
  58. path: '/pages/verify/index',
  59. name: 'verify_index'
  60. },
  61. {
  62. title: '预约',
  63. icon: 'iconyuyueguanli',
  64. path: '/pages/reserve/index',
  65. name: 'reserve_index',
  66. addon: 'store'
  67. },
  68. {
  69. title: '充值',
  70. icon: 'iconchongzhidingdan',
  71. path: '/pages/recharge/index',
  72. name: 'recharge'
  73. },
  74. {
  75. title: '交班',
  76. icon: 'icon12jiaobanbiao',
  77. path: '/pages/index/change_shifts',
  78. }
  79. ]
  80. },
  81. {
  82. title: '管理',
  83. children: [{
  84. title: '商品管理',
  85. icon: 'iconshangpinguanli',
  86. path: '/pages/goods/goodslist',
  87. name: 'goods_list'
  88. },
  89. {
  90. title: '会员管理',
  91. icon: 'iconkehuguanli',
  92. path: '/pages/member/list',
  93. name: 'member_list'
  94. },
  95. {
  96. title: '员工管理',
  97. icon: 'iconjishi',
  98. path: '/pages/user/list',
  99. name: 'user_list'
  100. },
  101. {
  102. title: '订单管理',
  103. icon: 'icondingdan',
  104. path: '/pages/order/orderlist',
  105. name: 'order_list'
  106. },
  107. {
  108. title: '退款维权',
  109. icon: 'iconjishi',
  110. path: '/pages/order/orderrefund',
  111. name: 'order_refund_list'
  112. },
  113. {
  114. title: '交班记录',
  115. icon: 'icon12jiaobanbiao',
  116. path: '/pages/index/change_shiftsrecord',
  117. name: 'change_shifts_record_list'
  118. }
  119. ]
  120. },
  121. {
  122. title: '库存',
  123. name: 'stockmenu',
  124. children: [{
  125. title: '出库单',
  126. icon: 'iconchukudan',
  127. path: '/pages/stock/wastage',
  128. name: 'stock_wastage',
  129. addon: 'stock'
  130. },
  131. {
  132. title: '入库单',
  133. icon: 'iconrukudan',
  134. path: '/pages/stock/storage',
  135. name: 'stock_storage',
  136. addon: 'stock'
  137. },
  138. {
  139. title: '调拨单',
  140. icon: 'icontiaobodan',
  141. path: '/pages/stock/allocate',
  142. name: 'stock_allocate',
  143. addon: 'stock'
  144. },
  145. {
  146. title: '库存盘点',
  147. icon: 'iconkucunpandian',
  148. path: '/pages/stock/check',
  149. name: 'stock_check',
  150. addon: 'stock'
  151. },
  152. {
  153. title: '库存管理',
  154. icon: 'iconkucunguanli',
  155. path: '/pages/stock/manage',
  156. name: 'stock_manage',
  157. addon: 'stock'
  158. }
  159. ]
  160. },
  161. {
  162. title: '数据',
  163. children: [
  164. {
  165. title: '门店结算',
  166. icon: 'iconshourujiesuan',
  167. path: '/pages/store/settlement',
  168. addon: 'store',
  169. name: 'store_settlement'
  170. },
  171. {
  172. title: '营业数据',
  173. icon: 'iconyingyeshujuguanliputong',
  174. path: '/pages/stat/index',
  175. }
  176. ]
  177. },
  178. {
  179. title: '设置',
  180. children: [{
  181. title: '门店设置',
  182. icon: 'icongongyingshang',
  183. path: '/pages/store/index',
  184. name: 'store_config_root',
  185. addon: 'store'
  186. },
  187. {
  188. title: '收款设置',
  189. icon: 'icongongyingshang',
  190. path: '/pages/collectmoney/config',
  191. // name: 'collectmoney_config',
  192. },
  193. {
  194. title: '预约设置',
  195. icon: 'iconyuyue',
  196. path: '/pages/reserve/config',
  197. name: 'reserve_config',
  198. addon: 'store'
  199. },
  200. {
  201. title: '小票打印',
  202. icon: 'icondayin',
  203. name: 'printer_config',
  204. path: '/pages/printer/list',
  205. },
  206. {
  207. title: '配送员',
  208. icon: 'iconpeisong',
  209. path: '/pages/store/deliver',
  210. name: 'store_deliver_config'
  211. }
  212. ]
  213. }
  214. ]
  215. }
  216. ]