chenyc
2025-10-21 b5e123281f226d6d191ca161aa331b1c2064f6a1
src/views/home/index.vue
@@ -184,7 +184,10 @@
                                  <!-- 目标脱水量(L) -->
                                  {{aimTSL}}
                                </template>
                                <template v-else> {{patientInfo.actuallyClliang}}</template>
                                <template v-else>
                                    <span v-if="configData.isHiddenActuallyClliang" >/</span>
                                    <span v-else>{{patientInfo.actuallyClliang}}</span>
                                 </template>
                                  <!-- 实际超滤量(L) -->
                                 
                              </template>
@@ -349,6 +352,7 @@
const clockNum=ref(60)
const timerNum=ref(0)//定时器数
const aimTSL=ref('')// 目标脱水量,
const actuallyClliang=ref('') //实际超滤量
const gao_ya=ref("")//高压
const di_ya=ref("")//低压
const  mai_bu=ref("")//脉搏,
@@ -461,6 +465,7 @@
      })
    clockNum.value = patientInfoStore().viewNumber
    aimTSL.value = ''
    gao_ya.value = ''
    di_ya.value = ''
    mai_bu.value = ''