From 2a0a250857cc9b3f3719393a38a0726cfc86211b Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Wed, 21 Aug 2024 18:16:51 +0800 Subject: [PATCH] SEO --- src/components/doctorCheck/CheckPicture.vue | 2 +- src/components/doctorCheck/QueueCheckList.vue | 2 +- .../doctorCheck/RegisterCheckEdit.vue | 1 - .../doctorCheck/RegisterCheckList.vue | 2 +- src/components/itemSet/ReferenceRange.vue | 55 ++---- .../patientRegister/patientRegisterQuery.vue | 1 + src/views/doctorCheck/doctorCheck.vue | 6 +- src/views/fee-settings/Asbitem.vue | 165 +++++------------- src/views/fee-settings/Item.vue | 82 ++++++++- src/views/report/report.vue | 12 +- 10 files changed, 155 insertions(+), 173 deletions(-) diff --git a/src/components/doctorCheck/CheckPicture.vue b/src/components/doctorCheck/CheckPicture.vue index cc3a2ee..02633fe 100644 --- a/src/components/doctorCheck/CheckPicture.vue +++ b/src/components/doctorCheck/CheckPicture.vue @@ -258,7 +258,7 @@ export default { // ImageFormat // console.log(lres.data,this.checkPictures) } - // console.log('lres', lres) + console.log('lres', lres) }).catch(err => { this.$message.error(err) }).finally(() => { diff --git a/src/components/doctorCheck/QueueCheckList.vue b/src/components/doctorCheck/QueueCheckList.vue index 2171c14..6a27eba 100644 --- a/src/components/doctorCheck/QueueCheckList.vue +++ b/src/components/doctorCheck/QueueCheckList.vue @@ -172,7 +172,7 @@ export default { ...mapState(['window', 'dialogWin', 'dataTransOpts', 'dict', 'doctorCheck']), tableHeight() { - return this.window.pageHeight < 600 ? 400 : this.window.pageHeight - 200 + return this.window.pageHeight < 600 ? 390 : this.window.pageHeight - 210 }, }, diff --git a/src/components/doctorCheck/RegisterCheckEdit.vue b/src/components/doctorCheck/RegisterCheckEdit.vue index a0d91ac..3096d07 100644 --- a/src/components/doctorCheck/RegisterCheckEdit.vue +++ b/src/components/doctorCheck/RegisterCheckEdit.vue @@ -23,7 +23,6 @@ style="width: 90px" size="small" disabled>
- 状态 diff --git a/src/components/doctorCheck/RegisterCheckList.vue b/src/components/doctorCheck/RegisterCheckList.vue index abdc2f6..b44d676 100644 --- a/src/components/doctorCheck/RegisterCheckList.vue +++ b/src/components/doctorCheck/RegisterCheckList.vue @@ -82,7 +82,7 @@ export default { ...mapState(['window', 'dataTransOpts', 'dict', 'doctorCheck']), tableHeight() { - return this.window.pageHeight < 600 ? 400 : this.window.pageHeight - 200 + return this.window.pageHeight < 600 ? 390 : this.window.pageHeight - 210 }, registerCheckList0(){ diff --git a/src/components/itemSet/ReferenceRange.vue b/src/components/itemSet/ReferenceRange.vue index accc717..7f2667f 100644 --- a/src/components/itemSet/ReferenceRange.vue +++ b/src/components/itemSet/ReferenceRange.vue @@ -13,7 +13,7 @@ - +