From 48fba692e73ecf1badb49d5dd3255c91740ef530 Mon Sep 17 00:00:00 2001 From: jiang Date: Fri, 20 Dec 2024 18:12:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../annotationTask/child/allTasks.vue | 4 +- .../child/customLabelStudio.vue | 1 - .../annotationTask/child/dataAnnotations.vue | 9 +- .../annotationTask/child/examLabelStudio.vue | 122 ++++++++------- .../annotationTask/child/examine.vue | 12 +- .../dataSet/child/addDataSetDialog.vue | 3 + .../dataCenter/dataSet/child/importDialog.vue | 147 ++++++++++-------- .../evaluate/child/addEvaluateDetails.vue | 98 ++++++------ .../dataCenter/library/child/uploadFiles.vue | 11 +- .../dataCenter/library/components/file.vue | 3 + 10 files changed, 232 insertions(+), 178 deletions(-) diff --git a/src/views/dataCenter/annotationTask/child/allTasks.vue b/src/views/dataCenter/annotationTask/child/allTasks.vue index a60490f5..27a81a9c 100644 --- a/src/views/dataCenter/annotationTask/child/allTasks.vue +++ b/src/views/dataCenter/annotationTask/child/allTasks.vue @@ -64,7 +64,9 @@ style="width: 150px;" /> - ({{ (scope.row.status1Count + scope.row.status2Count) + '/' + scope.row.totalCount }}) + ({{ + (scope.row.status1Count + scope.row.status2Count) + '/' + scope.row.totalCount + }}) diff --git a/src/views/dataCenter/annotationTask/child/customLabelStudio.vue b/src/views/dataCenter/annotationTask/child/customLabelStudio.vue index fe6bd35b..889de443 100644 --- a/src/views/dataCenter/annotationTask/child/customLabelStudio.vue +++ b/src/views/dataCenter/annotationTask/child/customLabelStudio.vue @@ -72,7 +72,6 @@ export default { id: this.id, data: { image: this.fileUrl }, }; - if (this.annotations) { task.annotations = this.getAnnotations(); } diff --git a/src/views/dataCenter/annotationTask/child/dataAnnotations.vue b/src/views/dataCenter/annotationTask/child/dataAnnotations.vue index 66319c32..5757991b 100644 --- a/src/views/dataCenter/annotationTask/child/dataAnnotations.vue +++ b/src/views/dataCenter/annotationTask/child/dataAnnotations.vue @@ -72,7 +72,9 @@