From 19453c366a1e8bebab9f8d009d1e3023efbbe6df Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 12 Apr 2022 11:33:55 +0800 Subject: [PATCH] 29060 --- .../financing/AppGrabLog/needsStatistics.vue | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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)