单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
gx
chenyc
2025-03-07 532a02eb1866ca03a793e274443daca971781161
gx
1个文件已修改
24 ■■■■ 已修改文件
src/views/deviceWindoes2.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/deviceWindoes2.vue
@@ -123,7 +123,7 @@
                              <span class="text-group_3">治疗模式</span>
                            </div>
                          </div>
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #D58E56;" class="grid-container" >
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #D58E56;" class="grid-container" >
                            {{ deviceData.透析方案 }}
                          </div>
                        </div>
@@ -137,7 +137,7 @@
                              <span class="text-group_3">治疗状态</span>
                            </div>
                          </div>
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #70A3DD;" class="grid-container" >
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #70A3DD;" class="grid-container" >
                          {{txztText}}
                          </div>
                        </div>
@@ -170,7 +170,7 @@
                              <span class="text-group_3">透前血压、心率</span>
                            </div>
                          </div>
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #333333;" class="grid-container" >
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #333333;" class="grid-container" >
                            <div>
                              <span v-if="deviceData.透前血压_伸缩压" :style="{ color: tqXygj ? 'red' : '#303133' }">{{ deviceData.透前血压_伸缩压 }}/</span >
                              <span :style="{ color: tqXygj ? 'red' : '#303133' }" style="font-weight: 800; font-size: 200%; white-space: nowrap">{{ deviceData.透前血压_舒张压 }}</span>
@@ -186,7 +186,7 @@
                              <span class="text-group_3">处方脱水量</span>
                            </div>
                          </div>
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #8079CB;" class="grid-container" >
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #8079CB;" class="grid-container" >
                            <span v-if="deviceData.处方脱水量"></span>
                            {{deviceData.处方脱水量}} L
                          </div>
@@ -202,7 +202,7 @@
                              <span class="text-group_3">时间进度</span>
                            </div>
                          </div>
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #333333;" class="grid-container" >
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #333333;" class="grid-container" >
                          <div>
                            <span style="color: #303133">{{
                            jgTime4(deviceData.iot_透析时间)
@@ -233,7 +233,7 @@
                              <span class="text-group_3">超滤进度</span>
                            </div>
                          </div>
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #8079CB;" class="grid-container" >
                          <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #8079CB;" class="grid-container" >
                            <div>
                              <span style="color: #303133">{{
                                  Number(deviceData.iot_当前脱水量).toFixed(1)
@@ -277,7 +277,7 @@
                    </div>
                    
                  </div>
                  <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #333333;" class="grid-container" >
                  <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #333333;" class="grid-container" >
                    {{ Number(deviceData.干体重).toFixed(1) }}
                  </div>
                </div>
@@ -289,7 +289,7 @@
                      <span class="text-group_3" >透前称重</span>
                    </div>
                  </div>
                  <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #333333;" class="grid-container" >
                  <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #333333;" class="grid-container" >
                    {{ Number(deviceData.透前称重).toFixed(1) }}
                  </div>
                </div>
@@ -301,7 +301,7 @@
                      <span class="text-group_3">上次透后体重</span>
                    </div>
                  </div>
                  <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #333333;" class="grid-container" >
                  <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #333333;" class="grid-container" >
                    {{ Number(deviceData.上次透后称重).toFixed(1) }}
                  </div>
                </div>
@@ -313,7 +313,7 @@
                      <span class="text-group_3" >体重增长</span>
                    </div>
                  </div>
                  <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #333333;" class="grid-container" >
                  <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #333333;" class="grid-container" >
                    +{{
                        Number(deviceData.透前称重 - deviceData.干体重).toFixed(1)
                      }}
@@ -327,7 +327,7 @@
                      <span class="text-group_3">增长率</span>
                    </div>
                  </div>
                  <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #333333;" class="grid-container" >
                  <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #333333;" class="grid-container" >
                    {{ deviceData.体重增长率 }}%
                  </div>
                </div>
@@ -346,7 +346,7 @@
                      </div>
                    
                    </div>
                    <div style="height: 70%; text-align: center;font-weight: 600;font-size: 78px;color: #333333;" class="grid-container" >
                    <div style="height: 70%; text-align: center;font-weight: 600;font-size: 60px;color: #333333;" class="grid-container" >
                      <div>
                         <span @click="initTupiao" v-if="deviceData.iot_静脉压" style="color: #409eff">{{ deviceData.iot_静脉压 }}</span> /
                        <span v-if="deviceData.iot_跨膜压" :style="{ color: deviceData.iot_跨膜压 > 200 ? 'red' : '', }" >{{ deviceData.iot_跨膜压 }}</span>