|
|
@ -91,6 +91,16 @@ |
|
|
|
@handleSaveTable="updateForm" |
|
|
|
@formDelete="formDelete" |
|
|
|
/> |
|
|
|
<Lacrimal |
|
|
|
v-if="name==='泪道冲洗'" |
|
|
|
ref="Lacrimal" |
|
|
|
:only-read="onlyRead" |
|
|
|
:is-platform="isPlatform" |
|
|
|
:patient-detail="patientData" |
|
|
|
:case-id="id" |
|
|
|
@handleSaveTable="updateForm" |
|
|
|
@formDelete="formDelete" |
|
|
|
/> |
|
|
|
<childrenLacrimal |
|
|
|
v-if="name==='小儿泪道冲洗知情同意书'" |
|
|
|
ref="childrenLacrimal" |
|
|
@ -150,8 +160,10 @@ import conjunctivalOperation from '@/page-subspecialty/views/modules/formList/co |
|
|
|
import cornealForeign from '@/page-subspecialty/views/modules/formList/cornealForeign' |
|
|
|
import childrenLacrimal from '@/page-subspecialty/views/modules/formList/childrenLacrimal.vue' |
|
|
|
import puncture from '@/page-subspecialty/views/modules/formList/puncture.vue' |
|
|
|
import Lacrimal from '@/page-subspecialty/views/modules/formList/Lacrimal.vue' |
|
|
|
export default { |
|
|
|
components: { |
|
|
|
Lacrimal, |
|
|
|
childrenLacrimal, |
|
|
|
MinorOperation, |
|
|
|
MraOrder, |
|
|
|