生命体征

文书模版   2024-07-20 11:23   55   0  
<div style="display: -webkit-flex;display: flex;height: 25px">
    <div>生命体征:T:</div>
    <div style="width: 50px;white-space:pre-line">
        <div v-if="shows && shows['954600970020']">{{ shows['954600970020']}}</div>
    </div>
    <div style="margin-left: 5px">℃</div>
</div>
<div style="display: -webkit-flex;display: flex;height: 25px;margin-left: 70px">
    <div>P:</div>
    <div style="width: 50px;white-space:pre-line">
        <div v-if="shows && shows['954600970021']">{{ shows['954600970021']}}</div>
    </div>
    <div style="margin-left: 5px">次/分</div>
</div>
<div style="display: -webkit-flex;display: flex;height: 25px;margin-left: 70px">
    <div>R:</div>
    <div style="width: 50px;white-space:pre-line">
        <div v-if="shows && shows['954600970022']">{{ shows['954600970022']}}</div>
    </div>
    <div style="margin-left: 5px">次/分</div>
</div>
<div style="display: -webkit-flex;display: flex;height: 25px;margin-left: 70px">
    <div>BP:</div>
    <div style="width: 50px;white-space:pre-line">
        <div v-if="shows && shows['954600970023']">{{ shows['954600970023']}}</div>
    </div>
    <div style="margin-left: 5px">mmHg</div>
</div>
<div style="display: -webkit-flex;display: flex;height: 25px;margin-left: 70px">
    <div>SPO2:</div>
    <div style="width: 50px;white-space:pre-line">
        <div v-if="shows && shows['954600970024']">{{ shows['954600970024']}}</div>
    </div>
    <div style="margin-left: 5px">%</div>
</div>