From f40e0e6935cb229271b72fff14297018f89b91f6 Mon Sep 17 00:00:00 2001 From: mch <1332099529@qq.com> Date: Mon, 16 Oct 2023 15:01:27 +0800 Subject: [PATCH] mm --- src/App.vue | 17 +++++++ .../basic-dictionary/MedicalReportType.vue | 2 +- src/views/common-settings/ItemType.vue | 6 +-- src/views/fee-settings/Asbitem.vue | 1 + src/views/fee-settings/Diagnosis.vue | 7 +-- src/views/report/report.vue | 42 +++++++++++---- src/views/user-list/OrganizationUnits.vue | 51 ++++++++++++++++--- src/views/user-list/Role.vue | 27 +++++++++- src/views/user-list/UserList.vue | 12 +++-- 9 files changed, 132 insertions(+), 33 deletions(-) diff --git a/src/App.vue b/src/App.vue index 429ca1f..a3140d7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,10 +32,27 @@ // background: rgb(235, 235, 235); // opacity: 0.3; } +.addbottom { + color: rgb(65, 137, 104); +} +.editnottom { + color: rgb(65, 137, 104); +} +.determinebottom { + color: rgb(65, 137, 104); +} +.deletebottom { + color: rgb(65, 137, 104); +} +.cancellationbottom { + color: rgb(65, 137, 104); +} + .bulletcommit { background: rgb(203, 236, 226) !important; color: rgb(65, 137, 104) !important; border: 1px solid rgb(65, 137, 104) !important; + border: 2px solid rgb(65, 137, 104); } .el-dialog__title { color: rgb(31, 148, 96) !important; diff --git a/src/views/basic-dictionary/MedicalReportType.vue b/src/views/basic-dictionary/MedicalReportType.vue index 9fb74d8..1b847e4 100644 --- a/src/views/basic-dictionary/MedicalReportType.vue +++ b/src/views/basic-dictionary/MedicalReportType.vue @@ -57,7 +57,7 @@ - + diff --git a/src/views/common-settings/ItemType.vue b/src/views/common-settings/ItemType.vue index b3adb4c..53e283c 100644 --- a/src/views/common-settings/ItemType.vue +++ b/src/views/common-settings/ItemType.vue @@ -32,7 +32,7 @@ {{ node.label }} - - 上级部门 + 上级部门 - + 诊断 @@ -14,7 +14,7 @@ { this.projectid = res.data; // this.tableData = res.data; - + console.log(res); }); }, @@ -599,6 +599,7 @@ export default { //删除 delets(row) { this.form = { ...this.curRow }; + console.log(row); if (this.form.id == undefined) { this.$message.warning("请选择删除的数据"); } else { diff --git a/src/views/report/report.vue b/src/views/report/report.vue index 0c4b974..e582f55 100644 --- a/src/views/report/report.vue +++ b/src/views/report/report.vue @@ -3,17 +3,37 @@ 体检报告 - + - + - - + + - + @@ -57,7 +77,7 @@ export default { }, //挂载完成 - mounted() { }, + mounted() {}, computed: { ...mapState(["window", "dict", "patientRegister"]), }, @@ -183,10 +203,10 @@ export default {