优化财务仪表盘加载与利润展示
This commit is contained in:
@@ -218,10 +218,12 @@ function diffType(value: number | undefined | null) {
|
||||
<div class="hero-value">{{ moneyCent(dashboard.summary.platform_income_amount_cent) }}</div>
|
||||
<div class="hero-footer">
|
||||
<span class="hero-pill emerald">
|
||||
普通 {{ moneyCent(dashboard.summary.normal_order_profit_amount_cent) }}
|
||||
普通 {{ dashboard.summary.settled_order_count }} 笔 ·
|
||||
{{ moneyCent(dashboard.summary.normal_order_profit_amount_cent) }}
|
||||
</span>
|
||||
<span class="hero-pill teal">
|
||||
提号 {{ moneyCent(dashboard.summary.pickup_profit_amount_cent) }}
|
||||
提号 {{ dashboard.summary.pickup_completed_count }} 笔 ·
|
||||
{{ moneyCent(dashboard.summary.pickup_profit_amount_cent) }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user