单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
chenyc
2025-03-21 fd20f4588a191d359e05cf1529445cb4ba80588b
修改问题
1个文件已修改
12 ■■■■■ 已修改文件
src/views/deviceWindoes2.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/deviceWindoes2.vue
@@ -124,7 +124,9 @@
                            </div>
                          </div>
                          <div style="height: 75%; text-align: center;font-weight: 600;font-size: 50px;color: #D58E56;" class="grid-container" >
                            {{ deviceData.透析方案 }}
                            <div>
                              <span style="font-size: 30px;" v-if="deviceData.透析方案 ==='HDF'"> {{deviceData?.置换方式==='前置换'?'前':'后'}}</span> {{ deviceData.透析方案 }}
                            </div>
                          </div>
                        </div>
                        </el-col>
@@ -187,8 +189,8 @@
                            </div>
                          </div>
                          <div style="height: 75%; text-align: center;font-weight: 600;font-size: 50px;color: #8079CB;" class="grid-container" >
                            <span v-if="deviceData.处方脱水量"></span>
                            {{deviceData.处方脱水量}} L
                            <span v-if="deviceData.处方脱水量"> {{deviceData.处方脱水量}} L</span>
                          </div>
                        </div>
                  </div>
@@ -314,7 +316,7 @@
                    </div>
                  </div>
                  <div style="height: 75%; text-align: center;font-weight: 600;font-size: 50px;color: #333333;" class="grid-container" >
                    <template v-if="deviceData.透前称重&&deviceData.干体重">
                    <template v-if="deviceData.透前称重&&deviceData.干体重&&Number(deviceData.透前称重)>0">
                      +{{
                        Number(deviceData.透前称重 - deviceData.干体重).toFixed(1)
                      }}
@@ -386,7 +388,7 @@
                    src="https://lanhu-oss.lanhuapp.com/SketchPng7d7c4e66d2f3fb56cb7c93cf3b359782ee05a12117f39e9b1836bff686aca428"
                  />
                  
                  <span class="text-group_3" v-if="isinitXy" >
                  <span class="text-group_3" v-if="isinitXy&&Number(deviceData.透析状态) >= 1" >
                    最近一次, 高压:{{床旁血压计.sbp}},低压: {{床旁血压计.dbp}}, 心率: {{床旁血压计.pulseRate}}
                  </span>
                  <span class="text-group_3" v-else>暂无通知消息哦</span>