This commit is contained in:
Your Name
2026-05-12 11:26:51 +08:00
parent e83dac756d
commit c644f2554f
3 changed files with 94 additions and 3 deletions
+1
View File
@@ -1236,6 +1236,7 @@
<el-table-column prop="patient_name" label="患者" min-width="92" show-overflow-tooltip />
<el-table-column prop="patient_phone" label="手机" min-width="116" show-overflow-tooltip />
<el-table-column prop="doctor_name" label="接诊医生" width="92" show-overflow-tooltip />
<el-table-column prop="assistant_name" label="医助" width="88" show-overflow-tooltip />
<el-table-column label="诊单ID" width="84" align="right">
<template #default="{ row }">{{ formatInt(row.diagnosis_id ?? 0) }}</template>
</el-table-column>