diff --git a/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue b/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue index 24a79cb6..7fdcd10a 100644 --- a/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue +++ b/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue @@ -38,8 +38,8 @@
交易趋势
-

申请笔数放款笔数 +

申请笔数 +

@@ -258,19 +258,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)