dashboard_table.local.json 954 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "code": 0,
  3. "msg": "ok",
  4. "total": 20,
  5. "rows": [{
  6. "id":"1",
  7. "index": "1",
  8. "area_name": "苏州市",
  9. "companyName": "苏州太谷电力股份有限公司",
  10. "industry": "机械",
  11. "status1": "1",
  12. "status2": "1"
  13. }, {
  14. "id":"2",
  15. "index": "2",
  16. "area_name": "溧阳市",
  17. "companyName": "江苏金峰水泥集团有限公司",
  18. "industry": "建材",
  19. "status1": "1",
  20. "status2": "0"
  21. }, {
  22. "id":"3",
  23. "index": "3",
  24. "area_name": "响水县",
  25. "companyName": "江苏华控大和实业有限公司",
  26. "industry": "轻工",
  27. "status1": "1",
  28. "status2": "1"
  29. }, {
  30. "id":"4",
  31. "index": "4",
  32. "area_name": "张家港市",
  33. "companyName": "江苏永钢集团有限公司",
  34. "industry": "冶金",
  35. "status1": "1",
  36. "status2": "0"
  37. }]
  38. }