update
This commit is contained in:
parent
ffad366f63
commit
3749e95dc4
@ -35,6 +35,11 @@
|
|||||||
:value="dashboardData.has_order_completed_user_count || 0"
|
:value="dashboardData.has_order_completed_user_count || 0"
|
||||||
:value-style="{ color: '#722ed1' }"
|
:value-style="{ color: '#722ed1' }"
|
||||||
/>
|
/>
|
||||||
|
<a-statistic
|
||||||
|
title="复购用户数"
|
||||||
|
:value="dashboardData.repeat_user_count || 0"
|
||||||
|
:value-style="{ color: '#722ed1' }"
|
||||||
|
/>
|
||||||
<a-statistic
|
<a-statistic
|
||||||
title="今日增加用户"
|
title="今日增加用户"
|
||||||
:value="dashboardData.today_user_count || 0"
|
:value="dashboardData.today_user_count || 0"
|
||||||
@ -245,6 +250,7 @@ export default defineComponent({
|
|||||||
has_order_user_count: 0,
|
has_order_user_count: 0,
|
||||||
has_paid_user_count: 0,
|
has_paid_user_count: 0,
|
||||||
has_order_completed_user_count: 0,
|
has_order_completed_user_count: 0,
|
||||||
|
repeat_user_count: 0,
|
||||||
order_count: 0,
|
order_count: 0,
|
||||||
order_pay_count: 0,
|
order_pay_count: 0,
|
||||||
order_unpaid_count: 0,
|
order_unpaid_count: 0,
|
||||||
@ -666,9 +672,12 @@ export default defineComponent({
|
|||||||
border-top: 1px solid #f0f0f0;
|
border-top: 1px solid #f0f0f0;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
:deep(.ant-statistic) {
|
:deep(.ant-statistic) {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
|
min-width: 30%;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user