diff --git a/src/pages/admin/statistics/index.vue b/src/pages/admin/statistics/index.vue index ccf091f..97c6916 100644 --- a/src/pages/admin/statistics/index.vue +++ b/src/pages/admin/statistics/index.vue @@ -35,11 +35,22 @@ - - {{ title }}{{ where.type == 1 ? '营业额' : '订单量' }} + + + + {{ title }}{{ where.type == 1 ? '营业额' : '订单量' }} + + {{ + dataObj.all || 0 + }} + {{ dataObj.all || 0 }} + + + {{ title }}现金部分 + {{ dataObj.all_discount }} + - {{ dataObj.all || 0 }} - {{ dataObj.all || 0 }} + {{ time === 'date' ? '' : title }}增长率: { display: flex; justify-content: space-between; align-items: center; + .red { color: #ff6969; } @@ -402,6 +414,7 @@ const touchEnd = (e: any) => { .green { color: #1abb1d; } + .iconfont { font-size: 23px; margin-left: 15px; @@ -428,6 +441,7 @@ const touchEnd = (e: any) => { .top { display: flex; align-items: center; + text { margin-right: 5px; } @@ -436,6 +450,7 @@ const touchEnd = (e: any) => { color: #fa2c19; } } + .table { margin-top: 10px; }