| | |
| | | <!-- 目标脱水量(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> |
| | |
| | | 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("")//脉搏, |
| | |
| | | }) |
| | | clockNum.value = patientInfoStore().viewNumber |
| | | aimTSL.value = '' |
| | | |
| | | gao_ya.value = '' |
| | | di_ya.value = '' |
| | | mai_bu.value = '' |