首页统计bugfix

This commit is contained in:
taozi
2023-02-11 12:20:17 +08:00
parent 73d4e3bb62
commit 20c5b7c3c3

View File

@ -29,7 +29,7 @@
<el-divider></el-divider>
<div class="acea-row row-between-wrapper">
<span class="content-time">昨日订单数</span>
<span>{{ count.lastWeekCount }} 单</span>
<span>{{ count.proCount }} 单</span>
</div>
</div>
</el-card>
@ -93,7 +93,7 @@ export default {
priceCount: 0,
goodsCount: 0,
},
};
},
mounted() {