|
- export default {
- 'topData': [
- [
- {
- value: '29',
- unit: '个',
- name: '资不抵债',
- text: '资产负债率>100%',
- color: 'rgba(252, 91, 110, 1)',
- icon: require('./组 4669@2x.png')
- },
- {
- value: '29',
- unit: '个',
- name: '高负债率',
- text: '60%<资产负债率≤100%',
- color: 'rgba(252, 133, 91, 1)',
- icon: require('./组 4669@2x(1).png')
- }
- ],
- [
- {
- value: '29',
- unit: '个',
- name: '中负债率',
- color: 'rgba(252, 231, 91, 1)',
- text: '40%≤资产负债率≤60%',
- icon: require('./组 4669@2x(2).png')
- },
- {
- value: '29',
- unit: '个',
- name: '低负债率',
- color: 'rgba(91, 252, 114, 1)',
- text: '资产负债率<40%',
- icon: require('./组 4669@2x(3).png')
- }
- ]
- ]
- }
|