更新
This commit is contained in:
@@ -435,7 +435,7 @@ const currentDate = computed(() => new Intl.DateTimeFormat('zh-CN', {
|
||||
|
||||
const appointmentRankingSubtitle = computed(() => {
|
||||
const actor = dashboard.rankings.appointments.kind === 'doctor' ? '医生' : '医助'
|
||||
return `${dashboard.rankings.appointments.scope_label}内的${actor}挂号数`
|
||||
return `${dashboard.rankings.appointments.scope_label}内的${actor}有效挂号数(不含已取消)`
|
||||
})
|
||||
|
||||
const appointmentRankingMax = computed(() => Math.max(
|
||||
|
||||
Reference in New Issue
Block a user