浏览代码

4月14日

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

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

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
+  <!-- <physicalexamination :is-edit='true' :class='panelClass' v-on:tran-patient-info="patientInfo=$event"></physicalexamination> -->
5
   <patient-detail :is-edit='true' :class='panelClass' v-on:tran-patient-info="patientInfo=$event"></patient-detail>
6
   <patient-detail :is-edit='true' :class='panelClass' v-on:tran-patient-info="patientInfo=$event"></patient-detail>
6
   </div>
7
   </div>
7
 </template>
8
 </template>
9
 <script>
10
 <script>
10
 import PatientDetail from './components/PatientDetail'
11
 import PatientDetail from './components/PatientDetail'
11
 import PatientSidebar from './components/PatientSidebar'
12
 import PatientSidebar from './components/PatientSidebar'
12
-
13
+import Physicalexamination from './components/Physicalexamination'
13
 export default {
14
 export default {
14
    name: 'editForm',
15
    name: 'editForm',
15
-  components: { PatientDetail, PatientSidebar },
16
+  components: { PatientDetail, PatientSidebar,Physicalexamination },
16
   data() {
17
   data() {
17
     return {
18
     return {
18
       patientID: 0,
19
       patientID: 0,