zhengchengwu 6 年前
父节点
当前提交
4e3a6fb978
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/user/patientInfo.vue

+ 2 - 2
src/xt_pages/user/patientInfo.vue 查看文件

@@ -2,12 +2,12 @@
2 2
 <template>
3 3
   <div class="patient-container">
4 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 6
   </div>
7 7
 </template>
8 8
 
9 9
 <script>
10
-// import PatientDetail from './components/PatientDetail'
10
+import PatientDetail from './components/PatientDetail'
11 11
 import PatientSidebar from './components/PatientSidebar'
12 12
 
13 13
 export default {