xiaoming_global 5 lat temu
rodzic
commit
bbbb1cf1b4
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/xt_pages/user/dryWeight.vue

+ 3 - 3
src/xt_pages/user/dryWeight.vue Wyświetl plik

@@ -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>&nbsp;&nbsp;
8
+        干体重:<el-input style="width:100px" v-model="dryweight" :disabled="true"></el-input>&nbsp;
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>