From d1ba686a1a9299a0897e201954d52c0266889db3 Mon Sep 17 00:00:00 2001 From: newPeter7 Date: Wed, 19 Apr 2023 11:26:26 +0800 Subject: [PATCH] peter --- .../360View/commonForm/eyesVision.vue | 116 +++++++----------- .../360View/commonForm/optometryForm-copy.vue | 9 ++ src/components/360View/index1.vue | 20 +-- .../360View/medicalRecord/index.vue | 2 +- src/components/360View/overView/index.vue | 16 +-- .../optometryManagement/dioptric/index.vue | 18 +-- .../outpatientManagement/call/index.vue | 9 -- src/page-subspecialty/views/pages/login.vue | 22 ++-- 8 files changed, 85 insertions(+), 127 deletions(-) diff --git a/src/components/360View/commonForm/eyesVision.vue b/src/components/360View/commonForm/eyesVision.vue index 5dd010c..f4b6801 100644 --- a/src/components/360View/commonForm/eyesVision.vue +++ b/src/components/360View/commonForm/eyesVision.vue @@ -133,25 +133,25 @@
-

远:

- - - -

近:

- - - -

+
远: + + + + 近: + + + +
@@ -200,7 +200,9 @@
- + + +
@@ -431,9 +433,10 @@
-
+
+
@@ -732,76 +735,39 @@ export default { ], tableData: [ { - name: '屈光状态', - type: '' + name: '屈光状态' }, { - name: '1', - type: '' + name: '1' }, { - name: '交替遮盖试验(CT)', - type: '' + name: '交替遮盖试验(CT)' }, { - name: '集合近点(NPC)', - a: '', - b: '', - type: '' + name: '集合近点(NPC)' }, { - name: 'Worth-4-dot', - a: '', - b: '', - c: '', - d: '', - type: '' + name: 'Worth-4-dot' }, { - name: '立体视(stereo)', - a: '', - b: '' + name: '立体视(stereo)' }, { - name: '眼位', - a: '', - b: '' + name: '眼位' }, { - name: '梯度性AC/A', - a: '', - b: '' + name: '梯度性AC/A' }, { - name: '融像性聚散(FV)', - a: '', - b: '' + name: '融像性聚散(FV)' }, { - name: 'FV', - a: '', - b: '', - type: '' + name: 'FV' }, { - name: '相对调节(RA)', - a: '', - b: '' + name: '相对调节(RA)' }, { - name: '调节幅度(AMP)', - a: '', - b: '', - c: '' + name: '调节幅度(AMP)' }, { - name: '调节灵活度(AF)', - a: '', - b: '', - c: '' + name: '调节灵活度(AF)' }, { - name: '调节反应(FCC)', - a: '', - b: '', - c: '' + name: '调节反应(FCC)' }, { name: '初步诊断' }, { - name: '建议', - value: '' + name: '建议' }, { - name: '签名', - a: '', - b: '', - c: '' + name: '签名' }] } }, @@ -832,7 +798,7 @@ export default { patientId: this.patientId }}).then(data => { const form = data.data.data - form.cbzdCheck = form.cbzdCheck ? JSON.parse(form.cbzdCheck) : true + form.cbzdCheck = form.cbzdCheck ? JSON.parse(form.cbzdCheck) : false form.cbzdJsgnyc = form.cbzdJsgnyc ? form.cbzdJsgnyc.split(',') : [] form.cbzdTjgnyc = form.cbzdTjgnyc ? form.cbzdTjgnyc.split(',') : [] form.cbzdXs = form.cbzdXs ? form.cbzdXs.split(',') : [] diff --git a/src/components/360View/commonForm/optometryForm-copy.vue b/src/components/360View/commonForm/optometryForm-copy.vue index 6f24c7d..fdcbb37 100644 --- a/src/components/360View/commonForm/optometryForm-copy.vue +++ b/src/components/360View/commonForm/optometryForm-copy.vue @@ -983,8 +983,17 @@ export default { padding: 0; border: none; text-align: center; + border-radius: 0; border-bottom: 1px solid #8e8c8c; } + .operation-record-table{ + .el-input__inner { + padding: 0; + border: none; + text-align: center; + border-radius: 0; + } + } .bold{ font-weight: 700; } diff --git a/src/components/360View/index1.vue b/src/components/360View/index1.vue index 02b894f..579c604 100644 --- a/src/components/360View/index1.vue +++ b/src/components/360View/index1.vue @@ -48,10 +48,10 @@ - + - + - + - - + @@ -301,6 +300,7 @@ export default { // 切换病史总览时间轴 tabClick(type) { this.timeAxisType = type.name + this.timeAxisNodeInfo = [] }, selectType(type) { this.dataType = type diff --git a/src/components/360View/medicalRecord/index.vue b/src/components/360View/medicalRecord/index.vue index 0373253..279e3e9 100644 --- a/src/components/360View/medicalRecord/index.vue +++ b/src/components/360View/medicalRecord/index.vue @@ -63,7 +63,7 @@ />
-
+
diff --git a/src/components/360View/overView/index.vue b/src/components/360View/overView/index.vue index c1c2691..a067f83 100644 --- a/src/components/360View/overView/index.vue +++ b/src/components/360View/overView/index.vue @@ -24,16 +24,16 @@ 专科检查: {{ item.jc }}

-

- 治疗意见: - {{ item.zlyj }} -

诊断:

{{row}}

+

+ 治疗意见: + {{ item.zlyj }} +

@@ -60,16 +60,16 @@ 专科检查: {{ item.jc }}

-

- 治疗意见: - {{ item.zlyj }} -

诊断:

{{row}}

+

+ 治疗意见: + {{ item.zlyj }} +

diff --git a/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue b/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue index a512e65..a17d3a2 100644 --- a/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue +++ b/src/page-subspecialty/views/modules/optometryManagement/dioptric/index.vue @@ -140,16 +140,12 @@ export default { switch (val) { case '1': return '未叫号' - break case '2': return '已叫号' - break case '3': return '过号' - break case '4': return '呼叫中' - break default: return val } @@ -206,19 +202,13 @@ export default { value: '', label: '全部' }, { - value: '1', + value: '200', label: '未报到' }, { - value: '2', + value: '300', label: '未诊' - }, { - value: '4', - label: '回诊 ' - }, { - value: '3', - label: '就诊中' - }, { - value: '已诊', + },{ + value: '400', label: '已诊' }], nextVisitTime: [], diff --git a/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue b/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue index 91e090f..7cf27a1 100644 --- a/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue +++ b/src/page-subspecialty/views/modules/outpatientManagement/call/index.vue @@ -138,16 +138,12 @@ export default { switch (val) { case '1': return '未叫号' - break case '2': return '已叫号' - break case '3': return '过号' - break case '4': return '呼叫中' - break default: return val } @@ -156,19 +152,14 @@ export default { switch (val) { case '1': return '未报到' - break case '2': return '未诊断' - break case '3': return '就诊中' - break case '4': return '回诊' - break case '5': return '已诊' - break default: return val } diff --git a/src/page-subspecialty/views/pages/login.vue b/src/page-subspecialty/views/pages/login.vue index d1bbb11..1bbe6c6 100644 --- a/src/page-subspecialty/views/pages/login.vue +++ b/src/page-subspecialty/views/pages/login.vue @@ -27,16 +27,16 @@ - - - - - - - - - - + + + + + + + + + + {{ $t('login.title') }} @@ -103,6 +103,8 @@ export default { this.getCaptcha() return this.$message.error(res.msg) } + const ip = window.location.host + console.log('ip', ip.split(':')[0]) Cookies.set('xa-token', res.data.token) window.localStorage.setItem('qg-userData', JSON.stringify(res.data.currentUser)) this.$router.push({ name: 'outpatientManagement-call' })