From 427f890aa1c1a7e4e86eab4eb48d9fd5bb551acc Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 12 Apr 2022 13:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=94=BE=E8=B4=B7=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../financing/AppGrabLog/needsStatistics.vue | 48 ++++++++++--------- 1 file changed, 25 insertions(+), 23 deletions(-) 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 @@
交易趋势

申请笔数 - + 放款笔数

机构融资对接量TOP10
-

申请笔数放款笔数 +

+ 申请笔数 +

@@ -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)