Merge branch 'master' into master-6-2
This commit is contained in:
@@ -147,7 +147,7 @@ const props = withDefaults(defineProps<Props>(), {
|
|||||||
|
|
||||||
const caseTypeLabel = computed(() => {
|
const caseTypeLabel = computed(() => {
|
||||||
const d: any = props.diag || {}
|
const d: any = props.diag || {}
|
||||||
return d.consultation_type === 'follow_up' ? '复诊' : '初诊'
|
return d.consultation_type === 'follow_up' ? '复诊' : '复诊'
|
||||||
})
|
})
|
||||||
|
|
||||||
const textOf = makeTextOf(() => props.diag || {})
|
const textOf = makeTextOf(() => props.diag || {})
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
预约:{{ apt?.appointment_date }} {{ apt?.appointment_time }} ·
|
预约:{{ apt?.appointment_date }} {{ apt?.appointment_time }} ·
|
||||||
{{ formatPeriod(apt?.period) }}
|
{{ formatPeriod(apt?.period) }}
|
||||||
</div>
|
</div>
|
||||||
<div>医生:{{ apt?.doctor_name || '—' }} 医助:{{ apt?.assistant_name || '—' }}</div>
|
<div>医生:{{ apt?.doctor_name || '—' }} 客服:{{ apt?.assistant_name || '—' }}</div>
|
||||||
<div>
|
<div>
|
||||||
状态:{{ apt?.status_desc || '—' }} ·
|
状态:{{ apt?.status_desc || '—' }} ·
|
||||||
{{ apt?.has_prescription ? '已开方' : '未开方' }}
|
{{ apt?.has_prescription ? '已开方' : '未开方' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user