data1.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "data": [
  3. {
  4. "laboratory_id": 1,
  5. "laboratory_name": "实验室1",
  6. "base_equipment": 14,
  7. "laboratory_equipment": 56,
  8. "use_time": 134.2,
  9. "experimental_data": 1523,
  10. "list": [
  11. {
  12. "year": 2016,
  13. "quantity": 500
  14. },
  15. {
  16. "year": 2017,
  17. "quantity": 508
  18. },
  19. {
  20. "year": 2018,
  21. "quantity": 512.3
  22. },
  23. {
  24. "year": 2018,
  25. "quantity": 523.4
  26. },
  27. {
  28. "year": 2019,
  29. "quantity": 533.3
  30. },
  31. {
  32. "year": 2020,
  33. "quantity": 555.6
  34. },
  35. {
  36. "year": 2021,
  37. "quantity": 588.9
  38. }
  39. ],
  40. "total":350,
  41. "week_appointment":350,
  42. "month_appointment":350,
  43. "year_appointment":350,
  44. "usage_rate":75,
  45. "week_compliance":80,
  46. "month_compliance":60,
  47. "year_compliance":55,
  48. "peak_hours":[
  49. "10:00am--11:00am",
  50. "14:00am--15:00am"
  51. ],
  52. "equipment":[
  53. "共聚焦显微镜",
  54. "凝胶成像仪",
  55. "流式细胞仪"
  56. ]
  57. },
  58. {
  59. "laboratory_id": 2,
  60. "laboratory_name": "实验室2",
  61. "base_equipment": 16,
  62. "laboratory_equipment": 26,
  63. "use_time": 232.2,
  64. "experimental_data": 243,
  65. "list": [
  66. {
  67. "year": 2016,
  68. "quantity": 600
  69. },
  70. {
  71. "year": 2017,
  72. "quantity": 608
  73. },
  74. {
  75. "year": 2018,
  76. "quantity": 612.3
  77. },
  78. {
  79. "year": 2018,
  80. "quantity": 623.4
  81. },
  82. {
  83. "year": 2019,
  84. "quantity": 633.3
  85. },
  86. {
  87. "year": 2020,
  88. "quantity": 655.6
  89. },
  90. {
  91. "year": 2021,
  92. "quantity": 688.9
  93. }
  94. ],
  95. "total":230,
  96. "week_appointment":250,
  97. "month_appointment":250,
  98. "year_appointment":230,
  99. "usage_rate":67,
  100. "week_compliance":87,
  101. "month_compliance":62,
  102. "year_compliance":65,
  103. "peak_hours":[
  104. "9:00am--10:00am",
  105. "13:00am--14:00am"
  106. ],
  107. "equipment":[
  108. "共聚焦显微镜",
  109. "凝胶成像仪",
  110. "流式细胞仪"
  111. ]
  112. }
  113. ]
  114. }