From 6bf2dacee913f00822320d2c29b0c2208113143b Mon Sep 17 00:00:00 2001 From: gongdi <410827992@qq.com> Date: Tue, 14 Sep 2021 07:52:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E8=AF=84=E6=AF=94-=E6=B1=87?= =?UTF-8?q?=E6=80=BB=E8=AF=84=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oa/classEvaluation/summaryEva.vue | 296 ++++++++++++++---- .../studentEvaluation/studentEvaluation.vue | 4 +- 2 files changed, 237 insertions(+), 63 deletions(-) diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/summaryEva.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/summaryEva.vue index 76a7171..8104a91 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/summaryEva.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/classEvaluation/summaryEva.vue @@ -2,48 +2,92 @@
-
汇总查看
+
学部
- + - - {{ item.gather_name }} + + {{ item.stage_name }}
-
参数设置
+
入学年份
-
-
- 汇总周期:{{gatherDate}} - 计算规则:{{calcMethods}} - 评定班额数:{{classNum}} -
-
+ + + + {{ item.create_year_name }} + + + + + + + + +
+
+
汇总查看
+
+
+ + + + {{ item.gather_name }} + + +
+ + + + + +
+ :pagination="false" + :scroll="{ x: '100%'}" + size="middle" + > + + {{record.score}} + + +
@@ -212,6 +363,7 @@ border: 1px solid #c280ff; margin: auto; display: flex; + position: relative; .title-item { width: 5rem; height: auto; @@ -229,13 +381,13 @@ } } .title-dom { - width: calc(50% - 5rem); + width: calc(33% - 5rem); height: auto; display: flex; justify-content: center; align-items: center; .ant-select { - width: calc(100% - 5rem); + width: calc(100% - 2rem); margin: auto; transform: skew(30deg); -webkit-transform: skew(30deg); @@ -247,29 +399,51 @@ box-shadow: none !important; } } - .gather-info-div { - width: calc(100% - 2rem); - height: auto; - transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ - -webkit-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ - -moz-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ - -o-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ - -ms-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ - display: flex; - flex-wrap: wrap; - align-items: center; - font-size: 12px; - } + + } + .gather-info-div { + position: absolute; + width: 10rem; + padding: 0 0.5rem; + height: 2rem; + right: 0; + top: 3rem; + background-color: white; + transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ + -webkit-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ + -moz-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ + -o-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ + -ms-transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ + display: flex; + flex-wrap: wrap; + align-items: center; + font-size: 12px; + } + .taskInfoIcon { + position: absolute; + right: -20px; + bottom: 0; + color: #31a8fa; + transform: skew(30deg) translateZ(0); /*设置倾斜度为-30 防止点击抖动*/ + -webkit-transform: skew(30deg); + -moz-transform: skew(30deg); + -o-transform: skew(30deg); + -ms-transform: skew(30deg); } } .table-list-div { width: 100%; min-height: 20rem; margin-top: 0.5rem; - .ant-table-content{ - .ant-table-thead{ - tr th .ant-table-header-column{ - color: #31a8fa; + .ant-table-content { + /*.ant-table-thead{*/ + /*tr th .ant-table-header-column{*/ + /*color: #31a8fa;*/ + /*}*/ + /*}*/ + .ant-table-tbody { + tr td { + padding: 5px 10px !important; } } } diff --git a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/studentEvaluation/studentEvaluation.vue b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/studentEvaluation/studentEvaluation.vue index e0b1ed3..0ecfd66 100644 --- a/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/studentEvaluation/studentEvaluation.vue +++ b/src/views/superFusionPlatform/mainPlatform/moduleAndLayout/moduleCom/oa/studentEvaluation/studentEvaluation.vue @@ -397,7 +397,7 @@ type: 'bar', stack:'占比情况', barWidth : 30,//柱图宽度 - data: scoreList + data: scoreList, }) } } @@ -515,7 +515,7 @@ } .task-echart-div { width: 100%; - min-height: 20rem; + min-height: 25rem; .ant-tabs-bar { display: none; }