Compare commits
3
Commits
a133d5d85d
...
ebc463864b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebc463864b | ||
|
|
ab140ab05e | ||
|
|
894f52e875 |
@@ -181,7 +181,7 @@
|
||||
<div class="ranking-main">
|
||||
<div class="ranking-copy">
|
||||
<strong>{{ item.name || '未命名成员' }}</strong>
|
||||
<span>{{ formatNumber(item.count) }} 笔挂号</span>
|
||||
<span>{{ formatNumber(item.count) }} 挂号</span>
|
||||
</div>
|
||||
<div class="ranking-meter" aria-hidden="true">
|
||||
<span :style="{ width: rankingWidth(item.count, appointmentRankingMax) }" />
|
||||
@@ -482,7 +482,7 @@ const todayMetrics = computed(() => [
|
||||
{
|
||||
key: 'lowAmountPayments',
|
||||
label: '今日挂号',
|
||||
value: `${formatNumber(dashboard.today.low_amount_payment_count)} 笔`,
|
||||
value: `${formatNumber(dashboard.today.low_amount_payment_count)} `,
|
||||
hint: '已支付且实收金额大于 0、低于 10 元的订单',
|
||||
comparisons: [dashboard.today.comparisons.low_amount_payment_count],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user