|
|
@ -46,23 +46,17 @@ |
|
|
|
<div class="content-right"> |
|
|
|
<eyesVision |
|
|
|
v-if="name === '双眼视功能检查报告单'" |
|
|
|
ref="eyes" |
|
|
|
:case-id="id" |
|
|
|
:only-read="onlyRead" |
|
|
|
:patient-id="patientId" |
|
|
|
:is-search="isSearch" |
|
|
|
:form-content="eyesData" |
|
|
|
@del="deleteForm" |
|
|
|
/> |
|
|
|
<optometryForm v-if="name === '验光报告单'" ref="optome" :case-id="id" :only-read="onlyRead" :patient-id="patientId" :is-search="isSearch" @del="deleteForm" /> |
|
|
|
<threeVision |
|
|
|
v-if="name === '三级视功能检查报告单'" |
|
|
|
ref="three" |
|
|
|
:only-read="onlyRead" |
|
|
|
:case-id="id" |
|
|
|
:patient-id="patientId" |
|
|
|
:is-search="isSearch" |
|
|
|
:form-content="threeData" |
|
|
|
@del="deleteForm" |
|
|
|
/> |
|
|
|
<deveopmentFile v-show="name === '屈光发育档案'" ref="deveope" :case-id="id" :only-read="onlyRead" :patient-id="patientId" :is-search="isSearch" :form-content="deveopData" @del="deleteForm" /> |
|
|
|