This commit is contained in:
Your Name
2026-08-07 15:07:17 +08:00
parent ab140ab05e
commit ebc463864b
@@ -482,7 +482,7 @@ const todayMetrics = computed(() => [
{ {
key: 'lowAmountPayments', key: 'lowAmountPayments',
label: '今日挂号', label: '今日挂号',
value: `${formatNumber(dashboard.today.low_amount_payment_count)} `, value: `${formatNumber(dashboard.today.low_amount_payment_count)} `,
hint: '已支付且实收金额大于 0、低于 10 元的订单', hint: '已支付且实收金额大于 0、低于 10 元的订单',
comparisons: [dashboard.today.comparisons.low_amount_payment_count], comparisons: [dashboard.today.comparisons.low_amount_payment_count],
}, },