mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 13:04:57 +08:00
This commit is contained in:
parent
3524a8bfb3
commit
fc10bd8e69
|
@ -2,7 +2,7 @@
|
|||
<div class="remote-box" id="screenBox">
|
||||
<div class="main-box">
|
||||
<div class="left-box">
|
||||
<h3>{{ currentRemote.taskName }}</h3>
|
||||
<h3>{{ currentRemote?.taskName }}</h3>
|
||||
<chart-line ref="chartDom1" class="chart-line" :names="['BIS', 'HR']"
|
||||
@exception-event="vitalExcepEvent"></chart-line>
|
||||
<chart-line ref="chartDom2" class="chart-line" :names="['SBP', 'DBP']"
|
||||
|
|
Loading…
Reference in New Issue
Block a user