更新
This commit is contained in:
@@ -535,7 +535,7 @@ const currentDate = computed(() => new Intl.DateTimeFormat('zh-CN', {
|
|||||||
|
|
||||||
const appointmentRankingSubtitle = computed(() => {
|
const appointmentRankingSubtitle = computed(() => {
|
||||||
const actor = dashboard.rankings.appointments.kind === 'doctor' ? '医生' : '成员'
|
const actor = dashboard.rankings.appointments.kind === 'doctor' ? '医生' : '成员'
|
||||||
return `${dashboard.rankings.appointments.scope_label}内${actor}已支付且实收低于 10 元的订单笔数`
|
return `${dashboard.rankings.appointments.scope_label}内${actor}已支付且实收低于 10 元的订单数`
|
||||||
})
|
})
|
||||||
|
|
||||||
const appointmentRankingMax = computed(() => Math.max(
|
const appointmentRankingMax = computed(() => Math.max(
|
||||||
|
|||||||
Reference in New Issue
Block a user