三元财务UI

city.data-3.js 922B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. var cityData3 = [{
  2. value: '560',
  3. text: '客服类',
  4. children: [{
  5. value: "561",
  6. text: "工程类",
  7. children: [{
  8. value: "1",
  9. text: "过质保"
  10. }, {
  11. value: "0",
  12. text: "未过质保"
  13. }]
  14. },{
  15. value: "567",
  16. text: "设计类",
  17. children: [{
  18. value: "110101",
  19. text: "东城区"
  20. }, {
  21. value: "110102",
  22. text: "西城区"
  23. }, {
  24. value: "110103",
  25. text: "崇文区"
  26. }]
  27. }]
  28. }, {
  29. value: '554',
  30. text: '物业类',
  31. children: [{
  32. value: "120100",
  33. text: "天津市",
  34. children: [{
  35. value: "120101",
  36. text: "和平区"
  37. }, {
  38. value: "120102",
  39. text: "河东区"
  40. }, {
  41. value: "120103",
  42. text: "河西区"
  43. }]
  44. }]
  45. }, {
  46. value: '552',
  47. text: '销售类',
  48. children: [{
  49. value: "120100",
  50. text: "天津市",
  51. children: [{
  52. value: "120101",
  53. text: "和平区"
  54. }, {
  55. value: "120102",
  56. text: "河东区"
  57. }, {
  58. value: "120103",
  59. text: "河西区"
  60. }]
  61. }]
  62. }]