data.js 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. const demoDataList = [
  2. {
  3. id: 110,
  4. parent_id: 0,
  5. order: 0,
  6. name: "客户管理",
  7. uri: "无",
  8. open: true,
  9. lists: [
  10. {
  11. id: 201,
  12. parent_id: 110,
  13. order: 0,
  14. name: "联系人",
  15. uri: "/customer/contacts",
  16. lists: null,
  17. isShowCheckbox: false,
  18. highlight: true
  19. },
  20. {
  21. id: 173,
  22. parent_id: 110,
  23. order: 1,
  24. name: "客户",
  25. uri: "/customer/customerList",
  26. lists: null,
  27. checked: true,
  28. },
  29. {
  30. id: 117,
  31. parent_id: 110,
  32. order: 2,
  33. name: "客户维护记录",
  34. uri: "/customer/maintain",
  35. lists: null
  36. },
  37. {
  38. id: 383,
  39. parent_id: 110,
  40. order: 3,
  41. name: "客户冲突",
  42. uri: "无",
  43. lists: [
  44. {
  45. id: 390,
  46. parent_id: 383,
  47. order: 0,
  48. name: "个人冲突",
  49. uri: "/customer/personalConflict",
  50. lists: null
  51. },
  52. {
  53. id: 397,
  54. parent_id: 383,
  55. order: 1,
  56. name: "团队冲突",
  57. uri: "/customer/teamConflict",
  58. lists: null
  59. },
  60. {
  61. id: 215,
  62. parent_id: 383,
  63. order: 2,
  64. name: "客户查询",
  65. uri: "/customer/inquiry",
  66. lists: null
  67. }
  68. ]
  69. },
  70. {
  71. id: 138,
  72. parent_id: 110,
  73. order: 4,
  74. name: "线索管理",
  75. uri: "/customer/clue",
  76. lists: null
  77. },
  78. {
  79. id: 159,
  80. parent_id: 110,
  81. order: 5,
  82. name: "集团信息",
  83. uri: "/customer/agent",
  84. lists: null
  85. }
  86. ]
  87. },
  88. {
  89. id: 404,
  90. parent_id: 0,
  91. order: 1,
  92. name: "审核中心",
  93. uri: "无",
  94. lists: [
  95. {
  96. id: 187,
  97. parent_id: 404,
  98. order: 0,
  99. name: "资质审核",
  100. uri: "/customer/qualifications",
  101. lists: null
  102. }
  103. ]
  104. },
  105. {
  106. id: 306,
  107. parent_id: 0,
  108. order: 2,
  109. name: "数据统计",
  110. uri: "无",
  111. lists: [
  112. {
  113. id: 222,
  114. parent_id: 306,
  115. order: 0,
  116. name: "线索",
  117. uri: "/customer/clueStatistics",
  118. lists: null
  119. },
  120. {
  121. id: 124,
  122. parent_id: 306,
  123. order: 1,
  124. name: "客户",
  125. uri: "/customer/statistics",
  126. lists: null
  127. }
  128. ]
  129. },
  130. {
  131. id: 334,
  132. parent_id: 0,
  133. order: 3,
  134. name: "基础数据",
  135. uri: "",
  136. lists: [
  137. {
  138. id: 152,
  139. parent_id: 334,
  140. order: 0,
  141. name: "行业信息",
  142. uri: "/customer/industry",
  143. lists: null
  144. },
  145. {
  146. id: 166,
  147. parent_id: 334,
  148. order: 1,
  149. name: "客户部门",
  150. uri: "/customer/departmentType",
  151. lists: null
  152. }
  153. ]
  154. },
  155. {
  156. id: 9,
  157. parent_id: 0,
  158. order: 4,
  159. name: "系统管理",
  160. uri: "",
  161. open: false,
  162. lists: [
  163. {
  164. id: 313,
  165. parent_id: 9,
  166. order: 0,
  167. name: "员工管理",
  168. uri: "/rbac/userManagement",
  169. lists: [
  170. {
  171. id: 412,
  172. parent_id: 313,
  173. order: 0,
  174. name: "员工管理-子节点",
  175. uri: "/rbac/userManagement",
  176. lists: null
  177. }
  178. ]
  179. },
  180. {
  181. id: 320,
  182. parent_id: 9,
  183. order: 1,
  184. name: "部门管理",
  185. uri: "/rbac/departmentManagement",
  186. lists: null
  187. },
  188. {
  189. id: 23,
  190. parent_id: 9,
  191. order: 2,
  192. name: "角色管理",
  193. uri: "/rbac/roleManagement",
  194. lists: null
  195. },
  196. {
  197. id: 16,
  198. parent_id: 9,
  199. order: 3,
  200. name: "权限管理",
  201. uri: "/rbac/authorityManagement",
  202. lists: null
  203. },
  204. {
  205. id: 2,
  206. parent_id: 9,
  207. order: 4,
  208. name: "菜单管理",
  209. uri: "/menu/menuManagement",
  210. lists: null
  211. },
  212. {
  213. id: 107,
  214. parent_id: 9,
  215. order: 5,
  216. name: "操作日志",
  217. uri: "/operation/log",
  218. lists: null
  219. }
  220. ]
  221. }
  222. ]
  223. export default demoDataList;