src/views/ecg/doctor/components/TitlePanel.vue
@@ -25,7 +25,7 @@ {{room.roomName || ''}} {{room.bedNo || ''}} </div> <div> 已就诊{{patientStatistic.finishedNum==undefined ? 0 : patientStatistic.finishedNum}} 已领用{{patientStatistic.finishedNum==undefined ? 0 : patientStatistic.finishedNum}} 准备中{{patientStatistic.readyNum==undefined ? 0 : patientStatistic.readyNum}} 过号{{patientStatistic.passedNum==undefined ? 0 : patientStatistic.passedNum}} 排队中{{patientStatistic.queuingNum==undefined ? 0 : patientStatistic.queuingNum}}