|
|
@ -69,14 +69,15 @@ |
|
|
|
<!-- 第三个卡片 --> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-card class="card-item"> |
|
|
|
<div class="card-title">全年累计消耗金币数</div> |
|
|
|
<div class="card-title">全年累计消费金币数</div> |
|
|
|
<div class="card-title">{{ yearlyReduce / 100 }}</div> |
|
|
|
<div class="center-card">消费:{{ yearlyConsume / 100 }}</div> |
|
|
|
<div class="center-card">退款:{{ yearlyRefund / 100 }}</div> |
|
|
|
<template #footer> |
|
|
|
<div></div> |
|
|
|
<div class="margin-bottom center-card">昨日新增消耗:{{ dailyReduce / 100 }}</div> |
|
|
|
|
|
|
|
<div class="margin-bottom center-card">昨日新增消费:{{ dailyConsume / 100 }}</div> |
|
|
|
<div class="margin-bottom center-card">昨日新增消耗:{{ dailyReduce / 100 }}</div> |
|
|
|
<div class="margin-bottom center-card">昨日新增退款:{{ dailyRefund / 100 }}</div> |
|
|
|
</template> |
|
|
|
</el-card> |
|
|
|