zhengchengwu 6 years ago
parent
commit
4e3a6fb978
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/user/patientInfo.vue

+ 2 - 2
src/xt_pages/user/patientInfo.vue View File

2
 <template>
2
 <template>
3
   <div class="patient-container">
3
   <div class="patient-container">
4
   <patient-sidebar :id="patientID"></patient-sidebar>
4
   <patient-sidebar :id="patientID"></patient-sidebar>
5
-  <!--<patient-detail :is-edit='true' :class='panelClass' v-on:tran-patient-info="patientInfo=$event"></patient-detail>-->
5
+  <patient-detail :is-edit='true' :class='panelClass' v-on:tran-patient-info="patientInfo=$event"></patient-detail>
6
   </div>
6
   </div>
7
 </template>
7
 </template>
8
 
8
 
9
 <script>
9
 <script>
10
-// import PatientDetail from './components/PatientDetail'
10
+import PatientDetail from './components/PatientDetail'
11
 import PatientSidebar from './components/PatientSidebar'
11
 import PatientSidebar from './components/PatientSidebar'
12
 
12
 
13
 export default {
13
 export default {