This commit is contained in:
yy 2024-05-28 21:22:06 +08:00
parent 3524a8bfb3
commit fc10bd8e69

View File

@ -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']"