Merge branch 'master' into master-6-2

This commit is contained in:
Your Name
2026-06-02 16:49:42 +08:00
2 changed files with 2 additions and 2 deletions
@@ -147,7 +147,7 @@ const props = withDefaults(defineProps<Props>(), {
const caseTypeLabel = computed(() => {
const d: any = props.diag || {}
return d.consultation_type === 'follow_up' ? '复诊' : '诊'
return d.consultation_type === 'follow_up' ? '复诊' : '诊'
})
const textOf = makeTextOf(() => props.diag || {})
@@ -16,7 +16,7 @@
预约{{ apt?.appointment_date }} {{ apt?.appointment_time }} ·
{{ formatPeriod(apt?.period) }}
</div>
<div>医生{{ apt?.doctor_name || '—' }} 医助{{ apt?.assistant_name || '—' }}</div>
<div>医生{{ apt?.doctor_name || '—' }} 客服{{ apt?.assistant_name || '—' }}</div>
<div>
状态{{ apt?.status_desc || '—' }} ·
{{ apt?.has_prescription ? '已开方' : '未开方' }}