|
|
@ -18,7 +18,10 @@ |
|
|
|
@addRecord="addRecord" |
|
|
|
/> |
|
|
|
<div class="content-right"> |
|
|
|
<div style="height: 100%"> |
|
|
|
<div v-if="!formList.length" style="height: 100%;background: #fff;display: flex;align-items: center;justify-content: center"> |
|
|
|
<img src="@/assets/img/nodata.png" alt=""> |
|
|
|
</div> |
|
|
|
<div v-else style="height: 100%"> |
|
|
|
<ourPatientRecord |
|
|
|
v-if="name === '门急诊电子病历'" |
|
|
|
ref="ourPatient" |
|
|
@ -69,9 +72,6 @@ |
|
|
|
@formDelete="formDelete" |
|
|
|
/> |
|
|
|
</div> |
|
|
|
<div v-if="!formList.length" style="height: 100%;background: #fff;display: flex;align-items: center;justify-content: center"> |
|
|
|
<img src="@/assets/img/nodata.png" alt=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|