From 2a05e70f041932d78d5e86887812bfa68ac6f52d Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Fri, 15 Dec 2023 10:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=BC=E7=A7=91=E9=97=A8=E8=AF=8A=E6=B2=BB?= =?UTF-8?q?=E7=96=97=E9=A1=BB=E7=9F=A5=E8=86=9D=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outPatientRecord/leftFormList.vue | 6 +++--- .../views/modules/formList/treatNotice.vue | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue b/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue index 711118c..55354b6 100644 --- a/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue +++ b/src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue @@ -57,12 +57,12 @@ export default { formTypeList: [ { type: '治疗', - list: ['眼科激光手术治疗', '眼底血管造影知情同意书', '眼底血管造影患者预约单', - '三面镜检查结果记录', '房角镜检查结果记录', '三面镜/眼部激光治疗流程', '眼科门诊治疗须知'] + list: ['眼科激光手术患者知情同意书', '眼科激光手术治疗', '眼底血管造影知情同意书', '眼底血管造影患者预约单', + '三面镜检查结果记录', '房角镜检查结果记录', '三面镜/眼部激光治疗流程'] }, { type: '同意书', - list: ['眼科激光手术患者知情同意书', '干眼激光治疗知情同意书', '干眼手术知情同意书', '角膜异物剔除术知情同意书', + list: ['眼科门诊治疗须知', '干眼激光治疗知情同意书', '干眼手术知情同意书', '角膜异物剔除术知情同意书', '麦粒肿、霰粒肿、肉芽肿、眼睑肿物手术知情同意书', '前房穿刺知情同意书', '球旁注射同意书', '小儿泪道冲洗知情同意书', '药物注射手术知情同意书'] }, diff --git a/src/page-subspecialty/views/modules/formList/treatNotice.vue b/src/page-subspecialty/views/modules/formList/treatNotice.vue index 8568fe5..955f848 100644 --- a/src/page-subspecialty/views/modules/formList/treatNotice.vue +++ b/src/page-subspecialty/views/modules/formList/treatNotice.vue @@ -49,6 +49,19 @@ +
眼别: +
+
+ 右眼 +
+
+ 左眼 +
+
+ 双眼 +
+
+
1.过敏史: @@ -188,6 +201,7 @@ export default { patientJsSign: '' }, confirmData: { + eyeType: '', patientName: '', patientGender: '', patientAge: '', @@ -316,6 +330,9 @@ export default { margin-bottom: 10px; display: flex; } +.checkBox{ + cursor: pointer; +} ::v-deep .el-checkbox__label{ font-size: 16px !important; color: #000;