b05a749bd53c53d986e6a022915fd5b8b36d850f.svn-base 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. const data = [
  2. {
  3. pasture: '一级分类',
  4. pasture1: '二级分类',
  5. pasture2: '三级分类',
  6. type: '类型',
  7. pastureName1: '宝鸡1',
  8. pastureName2: '宝鸡2'
  9. },
  10. // 车辆A
  11. {
  12. pasture: '车辆A',
  13. pasture1: '装载机A',
  14. pasture2: '小型装载机A',
  15. type: '数量',
  16. barCode: '323',
  17. pastureName1: '1111',
  18. pastureName2: '2222'
  19. },
  20. {
  21. pasture: '车辆A',
  22. pasture1: '装载机A',
  23. pasture2: '小型装载机A',
  24. type: '运转率',
  25. pastureName1: '1111',
  26. pastureName2: '2222'
  27. },
  28. {
  29. pasture: '车辆A',
  30. pasture1: '装载机A',
  31. pasture2: '小型装载机A',
  32. type: '闲置率',
  33. pastureName1: '1111',
  34. pastureName2: '2222'
  35. },
  36. {
  37. pasture: '车辆A',
  38. pasture1: '装载机A',
  39. pasture2: '小型装载机B',
  40. type: '数量',
  41. barCode: '323',
  42. pastureName1: '1111',
  43. pastureName2: '2222'
  44. },
  45. {
  46. pasture: '车辆A',
  47. pasture1: '装载机A',
  48. pasture2: '小型装载机B',
  49. type: '运转率',
  50. pastureName1: '1111',
  51. pastureName2: '2222'
  52. },
  53. {
  54. pasture: '车辆A',
  55. pasture1: '装载机A',
  56. pasture2: '小型装载机B',
  57. type: '闲置率',
  58. pastureName1: '1111',
  59. pastureName2: '2222'
  60. },
  61. // 车辆B
  62. {
  63. pasture: '车辆B',
  64. pasture1: '装载机B',
  65. pasture2: '小型装载机A',
  66. type: '数量',
  67. barCode: '323',
  68. pastureName1: '2222',
  69. pastureName2: '3333'
  70. },
  71. {
  72. pasture: '车辆B',
  73. pasture1: '装载机B',
  74. pasture2: '小型装载机A',
  75. type: '运转率',
  76. pastureName1: '2222',
  77. pastureName2: '3333'
  78. },
  79. {
  80. pasture: '车辆B',
  81. pasture1: '装载机B',
  82. pasture2: '小型装载机A',
  83. type: '闲置率',
  84. pastureName1: '2222',
  85. pastureName2: '3333'
  86. },
  87. {
  88. pasture: '车辆B',
  89. pasture1: '装载机B',
  90. pasture2: '小型装载机B',
  91. type: '数量',
  92. barCode: '323',
  93. pastureName1: '2222',
  94. pastureName2: '3333'
  95. },
  96. {
  97. pasture: '车辆B',
  98. pasture1: '装载机B',
  99. pasture2: '小型装载机B',
  100. type: '运转率',
  101. pastureName1: '2222',
  102. pastureName2: '3333'
  103. },
  104. {
  105. pasture: '车辆B',
  106. pasture1: '装载机B',
  107. pasture2: '小型装载机B',
  108. type: '闲置率',
  109. pastureName1: '2222',
  110. pastureName2: '3333'
  111. }
  112. ]
  113. export default data