From 86cd7e007e97eede7bac880ee950accbe37536df Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Mon, 1 Dec 2025 18:18:55 +0800 Subject: [PATCH] seo --- .../doctorCheck/PatientRegisterList.vue | 24 ++- src/components/sumDoctorCheck/SumSug.vue | 20 +- src/views/doctorCheck/sumDoctorCheck.vue | 3 +- src/views/fee-settings/Asbitem.vue | 196 ++++++++++++++---- 4 files changed, 178 insertions(+), 65 deletions(-) diff --git a/src/components/doctorCheck/PatientRegisterList.vue b/src/components/doctorCheck/PatientRegisterList.vue index 0227f32..6de58ff 100644 --- a/src/components/doctorCheck/PatientRegisterList.vue +++ b/src/components/doctorCheck/PatientRegisterList.vue @@ -157,35 +157,39 @@ - - - - + + + + - - + + - + - + - + + + + +
@@ -259,7 +263,7 @@ export default { loadOpts: { totalCount: 0, skipCount: 0, - maxResultCount: 100, + maxResultCount: 1000, }, loadOptsInit: {}, diff --git a/src/components/sumDoctorCheck/SumSug.vue b/src/components/sumDoctorCheck/SumSug.vue index 3f27b58..f9fe638 100644 --- a/src/components/sumDoctorCheck/SumSug.vue +++ b/src/components/sumDoctorCheck/SumSug.vue @@ -800,11 +800,14 @@ export default { //获取历次综述 getHistorySummary(patientRegisterId, isGetExistData) { + // 报告不获历次综述 + if(this.history_summary_years_limit == '0') return + if (!patientRegisterId) { this.sumDoctorCheck.historySummary = ''; return } - + let body = { patientRegisterId, isGetExistData, @@ -1657,21 +1660,22 @@ export default { color: #00F; } -/* 表格底色 .el-table__body .el-table__body-wrapper*/ -::v-deep .el-table { - background-color: #B9CEE9; +/* 表格底色 .el-table__body .el-table__body-wrapper */ +::v-deep .el-table { color: #000; } ::v-deep .el-table__row { - background-color: #B9CEE9; color: #000; } ::v-deep .el-textarea__inner { - background-color: #B9CEE9; color: #000; } +::v-deep .el-input__inner { + color: #000; +} + /* 设置单元格内内容顶对齐 */ ::v-deep .el-table__cell { @@ -1705,9 +1709,7 @@ export default { ::v-deep .el-input__inner { min-height: 23px; height: 23px; - padding: 1px 15px 1px 2px; - background-color: #B9CEE9; - color: #000 !important; + padding: 1px 15px 1px 2px; } ::v-deep .commonFont .el-textarea__inner { diff --git a/src/views/doctorCheck/sumDoctorCheck.vue b/src/views/doctorCheck/sumDoctorCheck.vue index 46c7cfd..e5503b6 100644 --- a/src/views/doctorCheck/sumDoctorCheck.vue +++ b/src/views/doctorCheck/sumDoctorCheck.vue @@ -1,5 +1,6 @@