picker.city.js 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. //测试数据,数据并非完整,只验证功能
  2. module.exports = [{
  3. "text": "北京市",
  4. "value": "110000",
  5. "children": [{
  6. "text": "北京市市辖区",
  7. "value": "110100",
  8. "children": [{
  9. "text": "东城区",
  10. "value": "110101"
  11. }, {
  12. "text": "西城区",
  13. "value": "110102"
  14. }, {
  15. "text": "朝阳区",
  16. "value": "110105"
  17. }]
  18. }]
  19. },
  20. {
  21. "text": "安徽省",
  22. "value": "340000",
  23. "children": [{
  24. "text": "合肥市",
  25. "value": "340100",
  26. "children": [{
  27. "text": "瑶海区",
  28. "value": "340102"
  29. }, {
  30. "text": "庐阳区",
  31. "value": "340103"
  32. }, {
  33. "text": "蜀山区",
  34. "value": "340104"
  35. }, {
  36. "text": "包河区",
  37. "value": "340111"
  38. }, {
  39. "text": "长丰县",
  40. "value": "340121"
  41. }, {
  42. "text": "肥东县",
  43. "value": "340122"
  44. }, {
  45. "text": "肥西县",
  46. "value": "340123"
  47. }, {
  48. "text": "庐江县",
  49. "value": "340124"
  50. }, {
  51. "text": "巢湖市",
  52. "value": "340181"
  53. }]
  54. }, {
  55. "text": "芜湖市",
  56. "value": "340200",
  57. "children": [{
  58. "text": "镜湖区",
  59. "value": "340202"
  60. }, {
  61. "text": "弋江区",
  62. "value": "340203"
  63. }, {
  64. "text": "鸠江区",
  65. "value": "340207"
  66. }, {
  67. "text": "三山区",
  68. "value": "340208"
  69. }, {
  70. "text": "芜湖县",
  71. "value": "340221"
  72. }, {
  73. "text": "繁昌县",
  74. "value": "340222"
  75. }, {
  76. "text": "南陵县",
  77. "value": "340223"
  78. }, {
  79. "text": "无为县",
  80. "value": "340225"
  81. }]
  82. }, {
  83. "text": "蚌埠市",
  84. "value": "340300",
  85. "children": [{
  86. "text": "龙子湖区",
  87. "value": "340302"
  88. }, {
  89. "text": "蚌山区",
  90. "value": "340303"
  91. }, {
  92. "text": "禹会区",
  93. "value": "340304"
  94. }, {
  95. "text": "淮上区",
  96. "value": "340311"
  97. }, {
  98. "text": "怀远县",
  99. "value": "340321"
  100. }, {
  101. "text": "五河县",
  102. "value": "340322"
  103. }, {
  104. "text": "固镇县",
  105. "value": "340323"
  106. }]
  107. }, {
  108. "text": "淮南市",
  109. "value": "340400",
  110. "children": [{
  111. "text": "大通区",
  112. "value": "340402"
  113. }, {
  114. "text": "田家庵区",
  115. "value": "340403"
  116. }, {
  117. "text": "谢家集区",
  118. "value": "340404"
  119. }, {
  120. "text": "八公山区",
  121. "value": "340405"
  122. }, {
  123. "text": "潘集区",
  124. "value": "340406"
  125. }, {
  126. "text": "凤台县",
  127. "value": "340421"
  128. }, {
  129. "text": "寿县",
  130. "value": "340422"
  131. }]
  132. }, {
  133. "text": "马鞍山市",
  134. "value": "340500",
  135. "children": [{
  136. "text": "花山区",
  137. "value": "340503"
  138. }, {
  139. "text": "雨山区",
  140. "value": "340504"
  141. }, {
  142. "text": "博望区",
  143. "value": "340506"
  144. }, {
  145. "text": "当涂县",
  146. "value": "340521"
  147. }, {
  148. "text": "含山县",
  149. "value": "340522"
  150. }, {
  151. "text": "和县",
  152. "value": "340523"
  153. }]
  154. }, {
  155. "text": "淮北市",
  156. "value": "340600",
  157. "children": [{
  158. "text": "杜集区",
  159. "value": "340602"
  160. }, {
  161. "text": "相山区",
  162. "value": "340603"
  163. }, {
  164. "text": "烈山区",
  165. "value": "340604"
  166. }, {
  167. "text": "濉溪县",
  168. "value": "340621"
  169. }]
  170. }, {
  171. "text": "铜陵市",
  172. "value": "340700",
  173. "children": [{
  174. "text": "铜官区",
  175. "value": "340705"
  176. }, {
  177. "text": "义安区",
  178. "value": "340706"
  179. }, {
  180. "text": "郊区",
  181. "value": "340711"
  182. }, {
  183. "text": "枞阳县",
  184. "value": "340722"
  185. }]
  186. }, {
  187. "text": "安庆市",
  188. "value": "340800",
  189. "children": [{
  190. "text": "迎江区",
  191. "value": "340802"
  192. }, {
  193. "text": "大观区",
  194. "value": "340803"
  195. }, {
  196. "text": "宜秀区",
  197. "value": "340811"
  198. }, {
  199. "text": "怀宁县",
  200. "value": "340822"
  201. }, {
  202. "text": "潜山县",
  203. "value": "340824"
  204. }, {
  205. "text": "太湖县",
  206. "value": "340825"
  207. }, {
  208. "text": "宿松县",
  209. "value": "340826"
  210. }, {
  211. "text": "望江县",
  212. "value": "340827"
  213. }, {
  214. "text": "岳西县",
  215. "value": "340828"
  216. }, {
  217. "text": "桐城市",
  218. "value": "340881"
  219. }]
  220. }, {
  221. "text": "黄山市",
  222. "value": "341000",
  223. "children": [{
  224. "text": "屯溪区",
  225. "value": "341002"
  226. }, {
  227. "text": "黄山区",
  228. "value": "341003"
  229. }, {
  230. "text": "徽州区",
  231. "value": "341004"
  232. }, {
  233. "text": "歙县",
  234. "value": "341021"
  235. }, {
  236. "text": "休宁县",
  237. "value": "341022"
  238. }, {
  239. "text": "黟县",
  240. "value": "341023"
  241. }, {
  242. "text": "祁门县",
  243. "value": "341024"
  244. }]
  245. }, {
  246. "text": "滁州市",
  247. "value": "341100",
  248. "children": [{
  249. "text": "琅琊区",
  250. "value": "341102"
  251. }, {
  252. "text": "南谯区",
  253. "value": "341103"
  254. }, {
  255. "text": "来安县",
  256. "value": "341122"
  257. }, {
  258. "text": "全椒县",
  259. "value": "341124"
  260. }, {
  261. "text": "定远县",
  262. "value": "341125"
  263. }, {
  264. "text": "凤阳县",
  265. "value": "341126"
  266. }, {
  267. "text": "天长市",
  268. "value": "341181"
  269. }, {
  270. "text": "明光市",
  271. "value": "341182"
  272. }]
  273. }, {
  274. "text": "阜阳市",
  275. "value": "341200",
  276. "children": [{
  277. "text": "颍州区",
  278. "value": "341202"
  279. }, {
  280. "text": "颍东区",
  281. "value": "341203"
  282. }, {
  283. "text": "颍泉区",
  284. "value": "341204"
  285. }, {
  286. "text": "临泉县",
  287. "value": "341221"
  288. }, {
  289. "text": "太和县",
  290. "value": "341222"
  291. }, {
  292. "text": "阜南县",
  293. "value": "341225"
  294. }, {
  295. "text": "颍上县",
  296. "value": "341226"
  297. }, {
  298. "text": "界首市",
  299. "value": "341282"
  300. }]
  301. }, {
  302. "text": "宿州市",
  303. "value": "341300",
  304. "children": [{
  305. "text": "埇桥区",
  306. "value": "341302"
  307. }, {
  308. "text": "砀山县",
  309. "value": "341321"
  310. }, {
  311. "text": "萧县",
  312. "value": "341322"
  313. }, {
  314. "text": "灵璧县",
  315. "value": "341323"
  316. }, {
  317. "text": "泗县",
  318. "value": "341324"
  319. }]
  320. }, {
  321. "text": "六安市",
  322. "value": "341500",
  323. "children": [{
  324. "text": "金安区",
  325. "value": "341502"
  326. }, {
  327. "text": "裕安区",
  328. "value": "341503"
  329. }, {
  330. "text": "叶集区",
  331. "value": "341504"
  332. }, {
  333. "text": "霍邱县",
  334. "value": "341522"
  335. }, {
  336. "text": "舒城县",
  337. "value": "341523"
  338. }, {
  339. "text": "金寨县",
  340. "value": "341524"
  341. }, {
  342. "text": "霍山县",
  343. "value": "341525"
  344. }]
  345. }, {
  346. "text": "亳州市",
  347. "value": "341600",
  348. "children": [{
  349. "text": "谯城区",
  350. "value": "341602"
  351. }, {
  352. "text": "涡阳县",
  353. "value": "341621"
  354. }, {
  355. "text": "蒙城县",
  356. "value": "341622"
  357. }, {
  358. "text": "利辛县",
  359. "value": "341623"
  360. }]
  361. }, {
  362. "text": "池州市",
  363. "value": "341700",
  364. "children": [{
  365. "text": "贵池区",
  366. "value": "341702"
  367. }, {
  368. "text": "东至县",
  369. "value": "341721"
  370. }, {
  371. "text": "石台县",
  372. "value": "341722"
  373. }, {
  374. "text": "青阳县",
  375. "value": "341723"
  376. }]
  377. }, {
  378. "text": "宣城市",
  379. "value": "341800",
  380. "children": [{
  381. "text": "宣州区",
  382. "value": "341802"
  383. }, {
  384. "text": "郎溪县",
  385. "value": "341821"
  386. }, {
  387. "text": "广德县",
  388. "value": "341822"
  389. }, {
  390. "text": "泾县",
  391. "value": "341823"
  392. }, {
  393. "text": "绩溪县",
  394. "value": "341824"
  395. }, {
  396. "text": "旌德县",
  397. "value": "341825"
  398. }, {
  399. "text": "宁国市",
  400. "value": "341881"
  401. }]
  402. }]
  403. }
  404. ];