From 1ec93191ae23b33bba9f019564ee4f18bf584b88 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Thu, 8 Sep 2022 13:58:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E6=94=B6?= =?UTF-8?q?=E5=85=A5=E5=88=86=E7=B1=BB=E7=BB=9F=E8=AE=A1=E9=A5=BC=E5=9B=BE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=94=B6=E5=85=A5=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/IncomeSortEcharts.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/views/dashboard/IncomeSortEcharts.vue b/src/views/dashboard/IncomeSortEcharts.vue index f23ee2c..a05534f 100644 --- a/src/views/dashboard/IncomeSortEcharts.vue +++ b/src/views/dashboard/IncomeSortEcharts.vue @@ -3,8 +3,9 @@
收入分类统计
- 合同额 - 收入额 + 收入分析 + 应收 + 确收
@@ -77,7 +78,7 @@ export default { name: 'IncomeSortEcharts', data() { return { - activeIndex:'allMoney', + activeIndex:'income', echartsInstace:null, columns, url:{ @@ -105,7 +106,8 @@ export default { } let typeEnum = { allMoney:1, - confirmAmount:2 + confirmAmount:2, + income:3 } getAction(this.url.list,{type:typeEnum[this.activeIndex]}).then(res =>{ if(res.success){ @@ -273,18 +275,19 @@ export default { align-items: center; right: 20px; top: 20px; - width: 120px; + width: 180px; height: 35px; line-height: 35px; border: 1px solid #069F99; border-radius: 4px; cursor: pointer; &-left { - width: 50%; + width: 33.3%; text-align: center; + border-right: 1px solid #069F99; } &-right { - width: 50%; + width: 33.3%; text-align: center; } }