eight
2024-10-14 a3fd8c61c63f5ea5624371d8726fb141c336de38
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>