src/views/ecg/doctor/components/TitleInstallPanel.vue
@@ -29,8 +29,8 @@ {{room.roomName || ''}} {{room.bedNo || ''}} </div> <div> 已装机{{patientStatistic.finishedNum==undefined ? 0 : patientStatistic.finishedNum}} 已领用{{patientStatistic.readyNum==undefined ? 0 : patientStatistic.readyNum}} 已装机{{patientStatistic.finishedNum??0}} 已领用{{patientStatistic.receivedNum??0}} </div> </div>