|
@ -329,7 +329,7 @@
|
|
|
<div class="ui-col-0 lh27">分钟</div>
|
|
|
</td>
|
|
|
<td class="col-w120 c-t-center">坚持锻炼时间</td>
|
|
|
<td class="ui-grid" style="border: 0;">
|
|
|
<td class="ui-grid" style="border-top: 0;border-left: 0;border-bottom: 0;">
|
|
|
<div class="ui-col-1">
|
|
|
<el-input :readonly="!editable" v-model="oldmanData.sustain_exercise_time" placeholder="" type="number" min=0></el-input>
|
|
|
</div>
|
|
@ -393,7 +393,7 @@
|
|
|
<div class="ui-col-0 lh27">岁</div>
|
|
|
</td>
|
|
|
<td class="col-w120 c-t-center">戒烟年龄</td>
|
|
|
<td class="ui-grid" style="border: 0; border-right:1px soild #ddd;">
|
|
|
<td class="ui-grid" style="border-top: 0;border-left: 0;border-bottom: 0;">
|
|
|
<div class="ui-col-1">
|
|
|
<el-input :readonly="!editable" v-model="oldmanData.stop_smoking_age" placeholder="" min="0" type="number"></el-input>
|
|
|
</div>
|