no message

This commit is contained in:
wangdongbo 2026-02-09 15:11:36 +08:00
parent 53a53c7b6d
commit c34602655f
2 changed files with 8 additions and 0 deletions

View File

@ -92,6 +92,7 @@ const FIELD_LABELS = {
inspectSummary: "体检小结", inspectSummary: "体检小结",
positiveFind: "阳性发现及处理意见", positiveFind: "阳性发现及处理意见",
// //
consultationDate: "问诊日期",
presentIllnessHistory: "现病史", presentIllnessHistory: "现病史",
pastMedicalHistory: "既往史", pastMedicalHistory: "既往史",
}; };
@ -213,6 +214,12 @@ const FIELD_CONFIG = {
}, },
], ],
preConsultation: [ preConsultation: [
{
key: "consultationDate",
label: FIELD_LABELS.consultationDate,
type: "date",
required: true,
},
{ {
key: "chiefComplaint", key: "chiefComplaint",
label: FIELD_LABELS.chiefComplaint, label: FIELD_LABELS.chiefComplaint,

View File

@ -93,6 +93,7 @@ const FIELD_LABELS = {
inspectSummary: "体检小结", inspectSummary: "体检小结",
positiveFind: "阳性发现及处理意见", positiveFind: "阳性发现及处理意见",
// //
consultationDate: "问诊日期",
presentIllnessHistory: "现病史", presentIllnessHistory: "现病史",
pastMedicalHistory: "既往史", pastMedicalHistory: "既往史",
}; };