|
@ -112,7 +112,7 @@
|
|
|
<input type="number" class="followup_input w-50" placeholder="" v-model="objData.BP_D"> <span style="font-size:22px;">/</span> <input type="number" class="followup_input w-50" v-model="objData.BP_U">mmHg
|
|
|
</div>
|
|
|
<div class="flexContent flex_1">
|
|
|
<label class="followup_label marginr-8 w-80">身高</label>
|
|
|
<label class="followup_label marginr-8 w-80 " style="text-align: right;">身高</label>
|
|
|
<input type="number" class="followup_input w-100" placeholder="" v-model="objData.HEIGHT">cm
|
|
|
</div>
|
|
|
<div class="flexContent flex_1">
|
|
@ -121,11 +121,11 @@
|
|
|
</div>
|
|
|
<div class="flexContent flex_1">
|
|
|
<label class="followup_label marginr-8">体质指数</label>
|
|
|
<input type="number" class="followup_input w-100" placeholder="" v-model="objData.BMI">Kg
|
|
|
<input type="number" class="followup_input w-100" placeholder="" v-model="objData.BMI">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div class="form-line flexContent flexBetween">
|
|
|
<!-- <div class="form-line flexContent flexBetween">
|
|
|
<div class="flexContent flex_1 color888" style="flex:0.95">
|
|
|
<label class="followup_label">目标血压</label>
|
|
|
<div>140 / 90</div>
|
|
@ -141,7 +141,7 @@
|
|
|
<label class="followup_label marginr-8">目标体质指数</label>
|
|
|
<div>30.86</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div> -->
|
|
|
|
|
|
<div class="form-line flexContent flexBetween">
|
|
|
<div class="flexContent flex_1" style="flex:0.95">
|
|
@ -161,7 +161,7 @@
|
|
|
</div>
|
|
|
<div class="flexContent flex_1">
|
|
|
<label class="followup_label marginr-8">期望体质指数</label>
|
|
|
<input type="number" class="followup_input w-100" placeholder="" v-model="objData.BMI_EXP">Kg
|
|
|
<input type="number" class="followup_input w-100" placeholder="" v-model="objData.BMI_EXP">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@ -344,7 +344,6 @@
|
|
|
<div class="flexContent">
|
|
|
<label class="followup_label w-120">高血压随访分类</label>
|
|
|
<el-select v-model="objData.HYP_FOLLOWUP_TYPE_CODE" placeholder="请选择" style="width:150px;margin-right:8px;">
|
|
|
<el-option key="" label="" value=""></el-option>
|
|
|
<el-option key="1" label="控制满意" value="1"></el-option>
|
|
|
<el-option key="2" label="控制不满意" value="2"></el-option>
|
|
|
<el-option key="3" label="不良反应" value="3"></el-option>
|
|
@ -463,8 +462,8 @@
|
|
|
<input type="text" v-model="objData.CONTROL_CONSTITUTOR" class="followup_input color777 w-130" placeholder="">
|
|
|
</div>
|
|
|
<div class="flexContent flex_1">
|
|
|
<label class="followup_label w-100">血压</label>
|
|
|
<input v-model="objData.CONTROL_BP_D" type="number" class="followup_input w-50" placeholder=""> <span style="font-size:22px;">/</span> <input v-model="objData.CONTROL_BP_U" type="number" class="followup_input w-50" placeholder="">mmHg
|
|
|
<label class="followup_label w-100" >血压</label>
|
|
|
<input style="padding-right: 0;" v-model="objData.CONTROL_BP_D" type="number" class="followup_input w-50" placeholder=""> <span style="font-size:22px;">/</span> <input style="padding-right: 0;" v-model="objData.CONTROL_BP_U" type="number" class="followup_input w-50" placeholder="">mmHg
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-line flexContent flexBetween">
|