农经大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 regels
966 B

  1. export default {
  2. 'topData': [
  3. [
  4. {
  5. value: '29',
  6. unit: '个',
  7. name: '资不抵债',
  8. text: '资产负债率>100%',
  9. color: 'rgba(252, 91, 110, 1)',
  10. icon: require('./组 4669@2x.png')
  11. },
  12. {
  13. value: '29',
  14. unit: '个',
  15. name: '高负债率',
  16. text: '60%<资产负债率≤100%',
  17. color: 'rgba(252, 133, 91, 1)',
  18. icon: require('./组 4669@2x(1).png')
  19. }
  20. ],
  21. [
  22. {
  23. value: '29',
  24. unit: '个',
  25. name: '中负债率',
  26. color: 'rgba(252, 231, 91, 1)',
  27. text: '40%≤资产负债率≤60%',
  28. icon: require('./组 4669@2x(2).png')
  29. },
  30. {
  31. value: '29',
  32. unit: '个',
  33. name: '低负债率',
  34. color: 'rgba(91, 252, 114, 1)',
  35. text: '资产负债率<40%',
  36. icon: require('./组 4669@2x(3).png')
  37. }
  38. ]
  39. ]
  40. }