|
@@ -1,11 +1,11 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div class="patient-container">
|
3
|
|
- <patient-sidebar :id="patientID" defaultActive="1-4" v-on:tran-patient="onTranPatient"></patient-sidebar>
|
|
3
|
+ <patient-sidebar :id="patientID" defaultActive="1-6" v-on:tran-patient="onTranPatient"></patient-sidebar>
|
4
|
4
|
<div class="patient-app-container advice-container app-container">
|
5
|
5
|
<div class="cell clearfix">
|
6
|
6
|
当前时间: <el-input style="width:130px;" v-model="nowtime" :disabled="true"></el-input>
|
7
|
|
- </el-time-select>
|
8
|
|
- 干体重:<el-input style="width:100px" v-model="dryweight" :disabled="true"></el-input>
|
|
7
|
+ </el-time-select>
|
|
8
|
+ 干体重:<el-input style="width:100px" v-model="dryweight" :disabled="true"></el-input>
|
9
|
9
|
<el-button size="medium" type="primary" @click="dialogVisible =true" v-show="addShow">新增</el-button>
|
10
|
10
|
<el-button size="medium" type="primary" @click="dialogVisible =true" v-show="adjustShow">调整</el-button>
|
11
|
11
|
</div>
|