Browse Source

命名修改

360view
bianyaqi 2 years ago
parent
commit
502859c3c8
  1. 8
      src/components/360View/medicalRecord/index.vue

8
src/components/360View/medicalRecord/index.vue

@ -93,7 +93,7 @@
/> />
<stye-form <stye-form
v-if="name==='麦粒肿、霰粒肿、肉芽肿、眼睑肿物手术知情同意书'" v-if="name==='麦粒肿、霰粒肿、肉芽肿、眼睑肿物手术知情同意书'"
ref="minorOperation"
ref="styeForm"
:only-read="onlyRead" :only-read="onlyRead"
:is-platform="isPlatform" :is-platform="isPlatform"
:patient-detail="patientData" :patient-detail="patientData"
@ -103,7 +103,7 @@
/> />
<Lacrimal <Lacrimal
v-if="name==='泪道冲洗'" v-if="name==='泪道冲洗'"
ref="Lacrimal"
ref="lacrimal"
:only-read="onlyRead" :only-read="onlyRead"
:is-platform="isPlatform" :is-platform="isPlatform"
:patient-detail="patientData" :patient-detail="patientData"
@ -113,7 +113,7 @@
/> />
<InjectionTherapy <InjectionTherapy
v-if="name==='球旁注射同意书'" v-if="name==='球旁注射同意书'"
ref="Lacrimal"
ref="injectionTherapy"
:only-read="onlyRead" :only-read="onlyRead"
:is-platform="isPlatform" :is-platform="isPlatform"
:patient-detail="patientData" :patient-detail="patientData"
@ -123,7 +123,7 @@
/> />
<DrugInjection <DrugInjection
v-if="name==='药物注射手术知情同意书'" v-if="name==='药物注射手术知情同意书'"
ref="Lacrimal"
ref="drugInjection"
:only-read="onlyRead" :only-read="onlyRead"
:is-platform="isPlatform" :is-platform="isPlatform"
:patient-detail="patientData" :patient-detail="patientData"

Loading…
Cancel
Save