From d6e8cef9e762a7324562ad51c0f00620ddb9dbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 1 Nov 2024 11:27:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 59 +- src/views/system/followupstatistics/index.vue | 551 ++++++++++++++++++ .../system/questionnaireinquiry/index.vue | 17 +- 3 files changed, 594 insertions(+), 33 deletions(-) create mode 100644 src/views/system/followupstatistics/index.vue diff --git a/src/views/index.vue b/src/views/index.vue index 14765df..a262bda 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -35,39 +35,23 @@
待办任务
-
+
- +
{{ item.name }}
- +
- {{ item.allCount - item.count }}/{{ item.allCount }} + {{ item.allCount - item.count }}/{{ item.allCount + }}
@@ -118,7 +102,6 @@ export default { }, methods: { goback(item) { - console.log(item, "item"); if (item.name == "人工审核") { this.$router.push({ path: "/task/manualReview", @@ -327,6 +310,7 @@ export default { width: 100%; padding: 20px 20px 20px 20px; } + .app { height: 150px; display: flex; @@ -338,11 +322,13 @@ export default { background: #fff; position: relative; margin: 0 15px 15px 0; + .words { position: absolute; top: 60px; left: 15px; } + .num { position: absolute; top: 90px; @@ -350,6 +336,7 @@ export default { font-size: 28px; font-weight: 600; } + img { width: 25px; height: 25px; @@ -359,10 +346,12 @@ export default { } } } + .leftheader { width: 83%; display: flex; } + .appbottom { width: 82%; height: calc(100vh - 275px); @@ -377,27 +366,32 @@ export default { background: #fff; border-radius: 5px; margin: 15px 0 0 0; + .word { padding: 20px; font-size: 14px; } } + .appbottomone { width: 50%; margin: 15px 15px 0 0; background: #fff; border-radius: 5px; + .word { padding: 20px; font-size: 14px; } } } + .appright { width: 17%; background: #fff; border-radius: 5px; height: 300px; + // height: calc(100vh - 450px); .wait { // padding: 20px; @@ -405,29 +399,35 @@ export default { font-size: 14px; padding: 20px 20px 7px 20px; } + .all { cursor: pointer; padding: 0 0 20px 0; } + .person { padding: 20px 20px 0 20px; font-weight: 600; font-size: 12px; } + .el-icon-arrow-right { float: right; } + ::v-deep .el-progress__text { font-size: 12px !important; // flex: 0.5; text-align: right; display: none; } + ::v-deep .el-progress { margin: 13px 0 0 20px; width: 80%; } } + .home { blockquote { padding: 10px 20px; @@ -435,12 +435,14 @@ export default { font-size: 17.5px; border-left: 5px solid #eee; } + hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } + .col-item { margin-bottom: 20px; } @@ -450,7 +452,11 @@ export default { margin: 0; } - font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "open sans", + "Helvetica Neue", + Helvetica, + Arial, + sans-serif; font-size: 13px; color: #676a6c; overflow-x: hidden; @@ -491,4 +497,3 @@ export default { } } - diff --git a/src/views/system/followupstatistics/index.vue b/src/views/system/followupstatistics/index.vue new file mode 100644 index 0000000..1399c9e --- /dev/null +++ b/src/views/system/followupstatistics/index.vue @@ -0,0 +1,551 @@ + + + + diff --git a/src/views/system/questionnaireinquiry/index.vue b/src/views/system/questionnaireinquiry/index.vue index e3e05e8..cba1367 100644 --- a/src/views/system/questionnaireinquiry/index.vue +++ b/src/views/system/questionnaireinquiry/index.vue @@ -16,11 +16,11 @@ @on-template="questionontemplate" ref="questionnaireinquirycomponent" :hospitalAgencyId="queryParams.hospitalAgencyId"> - - + - + @@ -158,6 +158,7 @@ export default { questionnaireRemark: null, startDate: null, endDate: null, + patientName: null, }, visitDate: [], //详情 @@ -337,14 +338,16 @@ export default { }