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() {