From 11fff9dd37e1711cec2debb5fc704911719a87b8 Mon Sep 17 00:00:00 2001 From: yjl <1490736767@qq.com> Date: Fri, 10 Feb 2023 15:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E5=BB=BA=E5=9B=9B?= =?UTF-8?q?=E5=B1=80=EF=BC=88=E8=B4=A8=E9=87=8F=E7=AE=A1=E7=90=86=E3=80=81?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=86=EF=BC=89=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fourEngin/progress/topRight.vue | 17 ++- .../fourEngin/quality/centerBottom.vue | 6 +- .../fourEngin/quality/rightBottom.vue | 123 +++++++++++------- .../fourEngin/quality/rightTop.vue | 4 +- .../fourEngin/sourse/leftBottom.vue | 98 +++++++++++++- .../fourEngin/sourse/rightBottom.vue | 5 +- .../projectFront/aiAnalysis/overview.vue | 29 +++-- .../projectFront/quality/acceptanceReport.vue | 4 +- 8 files changed, 214 insertions(+), 72 deletions(-) diff --git a/src/views/projectAdmin/fourEngin/progress/topRight.vue b/src/views/projectAdmin/fourEngin/progress/topRight.vue index ceab4ff6..412a31fd 100644 --- a/src/views/projectAdmin/fourEngin/progress/topRight.vue +++ b/src/views/projectAdmin/fourEngin/progress/topRight.vue @@ -89,9 +89,15 @@
状态: - {{ item.status == 1 ? "提前" : item.status == 2 ? "正常" : "延迟" }} - {{ item.status == 1 ? "提前" : item.status == 2 ? "正常" : "延迟" }} - {{ item.status == 1 ? "提前" : item.status == 2 ? "正常" : "延迟" }} + {{ + item.status == 1 ? "提前" : item.status == 2 ? "正常" : "延迟" + }} + {{ + item.status == 1 ? "提前" : item.status == 2 ? "正常" : "延迟" + }} + {{ + item.status == 1 ? "提前" : item.status == 2 ? "正常" : "延迟" + }}
@@ -147,7 +153,6 @@ export default { ...mapState(["projectSn"]), }, methods: { - getData() { //查询实际进度 getProgressTApi({ projectSn: this.$store.state.projectSn }).then( @@ -322,7 +327,11 @@ export default { background-size: 88% 100%; font-size: 16px; .todo { + width: 330px; font-size: 24px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } &:not(:last-child) { margin-bottom: 20px; diff --git a/src/views/projectAdmin/fourEngin/quality/centerBottom.vue b/src/views/projectAdmin/fourEngin/quality/centerBottom.vue index 1c6555c2..9c264e63 100644 --- a/src/views/projectAdmin/fourEngin/quality/centerBottom.vue +++ b/src/views/projectAdmin/fourEngin/quality/centerBottom.vue @@ -1,5 +1,5 @@