|
@ -34,6 +34,7 @@ |
|
|
<InformedConsent |
|
|
<InformedConsent |
|
|
v-if="name==='眼科激光手术患者知情同意书'" |
|
|
v-if="name==='眼科激光手术患者知情同意书'" |
|
|
ref="informedConsent" |
|
|
ref="informedConsent" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -44,6 +45,7 @@ |
|
|
<mra-order |
|
|
<mra-order |
|
|
v-if="name==='眼底血管造影患者预约单'" |
|
|
v-if="name==='眼底血管造影患者预约单'" |
|
|
ref="mraOrder" |
|
|
ref="mraOrder" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
@ -54,6 +56,7 @@ |
|
|
<mra-form |
|
|
<mra-form |
|
|
v-if="name==='眼底血管造影知情同意书'" |
|
|
v-if="name==='眼底血管造影知情同意书'" |
|
|
ref="mraForm" |
|
|
ref="mraForm" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -64,6 +67,7 @@ |
|
|
<laser-surgery |
|
|
<laser-surgery |
|
|
v-if="name==='眼科激光手术治疗'" |
|
|
v-if="name==='眼科激光手术治疗'" |
|
|
ref="laserSurgery" |
|
|
ref="laserSurgery" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -84,6 +88,7 @@ |
|
|
<minor-operation |
|
|
<minor-operation |
|
|
v-if="name==='干眼手术知情同意书'" |
|
|
v-if="name==='干眼手术知情同意书'" |
|
|
ref="minorOperation" |
|
|
ref="minorOperation" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -94,6 +99,7 @@ |
|
|
<stye-form |
|
|
<stye-form |
|
|
v-if="name==='麦粒肿、霰粒肿、肉芽肿、眼睑肿物手术知情同意书'" |
|
|
v-if="name==='麦粒肿、霰粒肿、肉芽肿、眼睑肿物手术知情同意书'" |
|
|
ref="styeForm" |
|
|
ref="styeForm" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -114,6 +120,7 @@ |
|
|
<InjectionTherapy |
|
|
<InjectionTherapy |
|
|
v-if="name==='球旁注射同意书'" |
|
|
v-if="name==='球旁注射同意书'" |
|
|
ref="injectionTherapy" |
|
|
ref="injectionTherapy" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -124,6 +131,7 @@ |
|
|
<DrugInjection |
|
|
<DrugInjection |
|
|
v-if="name==='药物注射手术知情同意书'" |
|
|
v-if="name==='药物注射手术知情同意书'" |
|
|
ref="drugInjection" |
|
|
ref="drugInjection" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -134,6 +142,7 @@ |
|
|
<childrenLacrimal |
|
|
<childrenLacrimal |
|
|
v-if="name==='小儿泪道冲洗知情同意书'" |
|
|
v-if="name==='小儿泪道冲洗知情同意书'" |
|
|
ref="childrenLacrimal" |
|
|
ref="childrenLacrimal" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -144,6 +153,7 @@ |
|
|
<conjunctival-operation |
|
|
<conjunctival-operation |
|
|
v-if="name==='干眼激光治疗知情同意书'" |
|
|
v-if="name==='干眼激光治疗知情同意书'" |
|
|
ref="conjunctival" |
|
|
ref="conjunctival" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -154,6 +164,7 @@ |
|
|
<cornealForeign |
|
|
<cornealForeign |
|
|
v-if="name==='角膜异物剔除术知情同意书'" |
|
|
v-if="name==='角膜异物剔除术知情同意书'" |
|
|
ref="cornealForeign" |
|
|
ref="cornealForeign" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -164,6 +175,7 @@ |
|
|
<puncture |
|
|
<puncture |
|
|
v-if="name==='前房穿刺知情同意书'" |
|
|
v-if="name==='前房穿刺知情同意书'" |
|
|
ref="puncture" |
|
|
ref="puncture" |
|
|
|
|
|
:is-dev="isDev" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:only-read="onlyRead || !isCreator" |
|
|
:is-platform="isPlatform" |
|
|
:is-platform="isPlatform" |
|
|
:patient-detail="patientData" |
|
|
:patient-detail="patientData" |
|
@ -216,6 +228,9 @@ export default { |
|
|
}, |
|
|
}, |
|
|
mixins: [], |
|
|
mixins: [], |
|
|
props: { |
|
|
props: { |
|
|
|
|
|
isDev: { |
|
|
|
|
|
type: Boolean |
|
|
|
|
|
}, |
|
|
isSearch: { |
|
|
isSearch: { |
|
|
type: String, |
|
|
type: String, |
|
|
default: '' |
|
|
default: '' |
|
|