From d4a72a9fc2f8fbac6886b026a6504f32a102f4c0 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Mon, 10 Apr 2023 17:32:54 +0800 Subject: [PATCH] =?UTF-8?q?'HIS=E5=BC=95=E5=85=A5=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E4=BB=A5=E5=8F=8A=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=82=A3=E8=80=85=E7=9B=B8=E5=85=B3=E4=BF=AE=E6=94=B9'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/filter/index.vue | 2 +- .../optometryManagement/cornea/HIS-add.vue | 2 +- .../optometryManagement/cornea/index.vue | 2 +- .../optometryManagement/dioptric/HIS-add.vue | 28 +--- .../optometryManagement/dioptric/index.vue | 41 +++--- .../dioptric/patient-add-or-update.vue | 60 +++++++- .../optometryManagement/seeDoctor/index.vue | 4 +- .../outpatientManagement/call/HIS-add.vue | 31 +--- .../outpatientManagement/call/index.vue | 134 ++++++++++-------- .../call/patient-add-or-update.vue | 73 +++++++++- .../outpatientManagement/treat/HIS-add.vue | 30 +--- .../outpatientManagement/treat/index.vue | 30 ++-- .../treat/patient-add-or-update.vue | 85 ++++++++--- 13 files changed, 332 insertions(+), 190 deletions(-) diff --git a/src/components/filter/index.vue b/src/components/filter/index.vue index 2db910b..9195e8a 100644 --- a/src/components/filter/index.vue +++ b/src/components/filter/index.vue @@ -119,7 +119,7 @@ const dataListDemo = [ tableName: 'REGISTER_PATIENT', // 表名 type: '1', // 1患者信息,2数据查询 fieldList: [ - { fieldDescription: '病历号', fieldName: 'patientId', fieldType: 'string' }, + { fieldDescription: '登记号', fieldName: 'patientId', fieldType: 'string' }, { fieldDescription: '年龄', fieldName: 'age', fieldType: 'number' }, { fieldDescription: '出生日期', fieldName: 'birthday', fieldType: 'date' }, { fieldDescription: '地址', fieldName: 'address', fieldType: 'string' } diff --git a/src/page-subspecialty/views/modules/optometryManagement/cornea/HIS-add.vue b/src/page-subspecialty/views/modules/optometryManagement/cornea/HIS-add.vue index f19e6ca..8f74826 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/cornea/HIS-add.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/cornea/HIS-add.vue @@ -23,7 +23,7 @@ - + diff --git a/src/page-subspecialty/views/modules/optometryManagement/cornea/index.vue b/src/page-subspecialty/views/modules/optometryManagement/cornea/index.vue index 467c6d7..c6a1448 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/cornea/index.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/cornea/index.vue @@ -38,7 +38,7 @@ style="width: 100%" @sort-change="dataListSortChangeHandle" > - + diff --git a/src/page-subspecialty/views/modules/optometryManagement/dioptric/HIS-add.vue b/src/page-subspecialty/views/modules/optometryManagement/dioptric/HIS-add.vue index f9617df..dafdacb 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/dioptric/HIS-add.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/dioptric/HIS-add.vue @@ -17,15 +17,6 @@ - - - - - - - - - 查询 @@ -37,10 +28,12 @@ - + + +