diff --git a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/CornealReview.vue b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/CornealReview.vue
index ac6165b..7a8e5a5 100644
--- a/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/CornealReview.vue
+++ b/src/page-subspecialty/views/modules/optometryManagement/seeDoctor/CornealReview.vue
@@ -47,8 +47,8 @@
视力 |
- |
|
+ |
眼压 |
@@ -57,18 +57,18 @@
眼轴 |
- |
|
+ |
角膜地形图 |
-
+
|
-
+
|
@@ -78,31 +78,31 @@
角膜 |
- |
|
+ |
结膜 |
- |
|
+ |
其他 |
- |
|
+ |
镜片 |
-
+
|
-
+
@@ -371,10 +371,10 @@ export default {
corneaOs: '', // 左眼角膜
djTime: '', // 戴镜时间
doctorSign: '', // 医生签名
- iolOd: '', // 右眼眼压
- iolOs: '', // 左眼眼压
- iopOd: '', // 右眼眼轴
- iopOs: '', // 左眼眼轴
+ iolOd: '', // 右眼眼轴
+ iolOs: '', // 左眼眼轴
+ iopOd: '', // 右眼眼压
+ iopOs: '', // 左眼眼压
jmdxtOd: [], // 右眼角膜地形图
jmdxtOs: [], // 左眼角膜地形图
mirrorOd: [], // 右眼镜片状态
|