diff --git a/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue b/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue
index 7fdcd10a..ee9fabd3 100644
--- a/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue
+++ b/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue
@@ -39,15 +39,16 @@
@@ -258,19 +259,19 @@ export default {
}
}
},
- // {
- // name: '放款笔数',
- // type: 'line',
- // stack: 'Total',
- // data: auditList,
- // itemStyle: {
- // normal: {
- // lineStyle: {
- // color: '#26D52B'
- // }
- // }
- // }
- // },
+ {
+ name: '放款笔数',
+ type: 'line',
+ stack: 'Total',
+ data: auditList,
+ itemStyle: {
+ normal: {
+ lineStyle: {
+ color: '#26D52B'
+ }
+ }
+ }
+ },
]
};
this.lineChart.setOption(option)
@@ -312,13 +313,14 @@ export default {
data: applyList,
barWidth: 10,
},
- {
- name: '放款数量',
- type: 'bar',
- barGap: 0,
- data: auditList,
- barWidth: 10,
- }]
+ // {
+ // name: '放款数量',
+ // type: 'bar',
+ // barGap: 0,
+ // data: auditList,
+ // barWidth: 10,
+ // }
+ ]
};
this.columnChart.setOption(option)