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