From 4941fd7092fec30b3b842a3076c705ccaf8173ef Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Thu, 28 Mar 2024 23:30:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B2=89=E6=B5=B8=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E7=9B=B8=E4=BC=BC=E5=A2=9E=E5=8A=A0=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/aside/ListItem.vue | 2 +- src/views/worksheet/content/Content.vue | 221 ++++++------------------ types/api.d.ts | 1 + 3 files changed, 59 insertions(+), 165 deletions(-) diff --git a/src/views/worksheet/aside/ListItem.vue b/src/views/worksheet/aside/ListItem.vue index 8e50154..b9b4b06 100644 --- a/src/views/worksheet/aside/ListItem.vue +++ b/src/views/worksheet/aside/ListItem.vue @@ -64,7 +64,7 @@ onMounted(async () => {
  • 生成时间:{{ format(listItem.createTime, "yyyy-MM-dd HH:mm:ss") }}
  • -
  • +
  • {{ item.name }}:{{ listItem[item.id] }}
  • diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index d7eb679..e467427 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -1,9 +1,8 @@ 返回 -
    +
    @@ -612,10 +489,15 @@ function approval() { 任务ID:{{ taskDetailInfo.taskname }}
    -
    {{ TASK_STATUS_OBJ[taskDetailInfo.states] }}
    -
    {{ TASK_STATUS_OBJ[taskDetailInfo.states] }}
    -
    {{ TASK_STATUS_OBJ[taskDetailInfo.states] }}
    -
    {{ TASK_STATUS_OBJ[taskDetailInfo.states] }}
    +
    {{ TASK_STATUS_OBJ[taskDetailInfo.states] + }}
    +
    {{ + TASK_STATUS_OBJ[taskDetailInfo.states] }}
    +
    {{ + TASK_STATUS_OBJ[taskDetailInfo.states] + }}
    +
    {{ + TASK_STATUS_OBJ[taskDetailInfo.states] }}
    @@ -712,7 +594,7 @@ function approval() { {{ item?.maxSimilarity && Number(item?.maxSimilarity).toFixed(0) }}%
    - +
    @@ -737,6 +619,13 @@ function approval() {