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 @@