From 3ea601deda4592c39f3c59f4f547717e184899b6 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Thu, 28 Mar 2024 15:41:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=A1=E6=A0=B8=E5=90=8C=E6=84=8F?= =?UTF-8?q?=E5=92=8C=E4=B8=8D=E5=90=8C=E6=84=8F=E6=8E=A5=E5=8F=A3=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/content/Content.vue | 183 +++++++++++++++++---- src/views/worksheet/modal/ConfrimModal.vue | 69 ++++++-- 2 files changed, 199 insertions(+), 53 deletions(-) diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index 2dc3ffb..d7eb679 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -1,4 +1,5 @@ 返回 -
- +
+
-
- +
+
@@ -446,13 +549,6 @@ function previewHandler(event: MouseEvent) {
- -
- -
-
- -
@@ -516,8 +612,10 @@ function previewHandler(event: MouseEvent) { 任务ID:{{ taskDetailInfo.taskname }}
-
已审批
-
通过
+
{{ TASK_STATUS_OBJ[taskDetailInfo.states] }}
+
{{ TASK_STATUS_OBJ[taskDetailInfo.states] }}
+
{{ TASK_STATUS_OBJ[taskDetailInfo.states] }}
+
{{ TASK_STATUS_OBJ[taskDetailInfo.states] }}
@@ -614,30 +712,27 @@ function previewHandler(event: MouseEvent) { {{ item?.maxSimilarity && Number(item?.maxSimilarity).toFixed(0) }}%
-
- -
-
+ +
-
- - + +
- + @@ -819,6 +914,17 @@ function previewHandler(event: MouseEvent) { padding: 16px 0 0 23px; color: #fff; } + .icon-wrap{ + display: flex; + align-items: center; + justify-content: center; + width: 30px; + height: 30px; + background: rgba(80,122,253,.1); + border-radius: 8px; + margin-left: 10px; + cursor: pointer; + } .img-info { color: lime !important; @@ -914,7 +1020,14 @@ function previewHandler(event: MouseEvent) { font-size: 12px; line-height: 16px; } - + .tag-submiting{ + color: #feaf2d; + border: 1px solid #feaf2d; + } + .tag-approve{ + color: #398ade; + border: 1px solid #398ade; + } .tag-passed { color: #02C984; border: 1px solid #02C984; diff --git a/src/views/worksheet/modal/ConfrimModal.vue b/src/views/worksheet/modal/ConfrimModal.vue index 2d32de3..9f0daa3 100644 --- a/src/views/worksheet/modal/ConfrimModal.vue +++ b/src/views/worksheet/modal/ConfrimModal.vue @@ -1,9 +1,9 @@