|
|
|
|
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 {
|