Skip to content

Commit

Permalink
1.添加最大波动显示
Browse files Browse the repository at this point in the history
2.优化面板显示
  • Loading branch information
liubin committed Oct 10, 2024
1 parent f54b75d commit 7ef1d7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions web_page/src/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
<el-tag class="mb-1 mr-1" size="small" type="warning">泵:
{{ data.reservoirRemainingUnits }}U&nbsp;
{{ data.medicalDeviceBatteryLevelPercent }}%&nbsp;
</el-tag>
<el-tag class="mb-1 mr-1" size="small" type="warning">
探头:
{{
data.sensorDurationMinutes ? dayjs.duration(data.sensorDurationMinutes, 'minutes').humanize(true) : '待更换'
Expand Down Expand Up @@ -140,9 +142,9 @@
</div>
</div>
<div class="flex-1">
<div ref="myChart" class="border-grey border-grey mb-4 h-full"></div>
<div ref="myChart" class="border-grey border-grey h-full"></div>
</div>
<div class="h-20 px-2 flex items-center justify-around">
<div class="h-15 px-2 flex items-center justify-around">
<el-tag :type="modeObj.mode.type" class="" size="small">
{{ modeObj.mode.name }}
<span v-if="modeObj.mode.key===PUMP_STATUS.safe.key">
Expand Down

0 comments on commit 7ef1d7f

Please sign in to comment.