+
+
+
+ {{
+ Object.keys(chargePatientInfo).length !== 0
+ ? chargePatientInfo.patientName +
+ ' / ' +
+ chargePatientInfo.age +
+ ' / ' +
+ chargePatientInfo.genderEnum_enumText +
+ ' / ' +
+ chargePatientInfo.typeCode_dictText
+ : '-'
+ }}
+
+
+ {{ Object.keys(chargePatientInfo).length !== 0 ? formatChargeDate(chargePatientInfo.registerTime) : '-' }}
+
+ {{ userStore.name }}
+ {{ chargeSurgeryInfo.surgeryName }}
+
+
+
+