From 36728924515035e5ce1f6f7184a2d19d98529231 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 18 Mar 2025 09:54:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=87=E6=A1=A3=E9=98=85?= =?UTF-8?q?=E7=89=87=E4=BA=BA=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/reading-tracking/index.vue | 1154 +++++------------ .../viewer/curriculumVitae/index.vue | 2 +- 2 files changed, 294 insertions(+), 862 deletions(-) diff --git a/src/views/trials/trials-panel/reading/reading-tracking/index.vue b/src/views/trials/trials-panel/reading/reading-tracking/index.vue index 4437ba8a..5290e61a 100644 --- a/src/views/trials/trials-panel/reading/reading-tracking/index.vue +++ b/src/views/trials/trials-panel/reading/reading-tracking/index.vue @@ -9,55 +9,24 @@ - - - + + + - - - + + + - - + + @@ -65,55 +34,24 @@ - - + + - - - + + + - - - + + + @@ -123,85 +61,37 @@ --> - - - + + + - - - + + + - - - + + + - - + + - - + + - + {{ $t('common:button:export') }} - + {{ $t('trials:readingTracking:button:reviewResults') }} - + {{ $t('common:button:failureRecord') }} @@ -255,29 +126,13 @@ - + - + - + @@ -287,56 +142,36 @@ 'TaskUrgentType', scope.row.TaskUrgentType )}` - }} + }} {{ scope.row.TaskUrgentRemake - ? `${$t('trials:reviewTrack:label:taskUrgentRemake')}${ - scope.row.TaskUrgentRemake - }` + ? `${$t('trials:reviewTrack:label:taskUrgentRemake')}${scope.row.TaskUrgentRemake + }` : '' }} - {{ $fd('YesOrNo', scope.row.IsUrgent) }} - - - {{ $fd('YesOrNo', scope.row.IsUrgent) }} + " v-if="scope.row.IsUrgent" type="danger" size="mini" @click="changeUrgentStatus(scope.row)">{{ + $fd('YesOrNo', scope.row.IsUrgent) }} + + + {{ + $fd('YesOrNo', scope.row.IsUrgent) }} - + {{ @@ -357,48 +192,29 @@ - + - + - + {{ `${scope.row.SubjectCode}/${scope.row.BlindSubjectCode}` }} {{ scope.row.SubjectCode }} - + - + {{ `${scope.row.TaskName}/${scope.row.TaskBlindName}` }} {{ scope.row.TaskName }} @@ -413,13 +229,8 @@ show-overflow-tooltip /> --> - + {{ $fd('ReadingCategory', scope.row.ReadingCategory) @@ -436,18 +247,11 @@ - + {{ scope.row.UserName }} - {{ scope.row.UserName }}({{ scope.row.FullName }}) + {{ scope.row.UserName }}({{ scope.row.FullName }}) @@ -468,21 +272,11 @@ --> - + - + {{ $fd('ReadingTaskState', scope.row.ReadingTaskState) @@ -493,43 +287,19 @@ - + - + - - + + - + {{ $fd('TaskState', scope.row.TaskState) @@ -563,63 +333,34 @@ {{ $fd('ReReadingApplyState', scope.row.ReReadingApplyState) }} --> - + - + - + " icon="el-icon-collection" circle :title="$t('trials:reviewTrack:action:applyReread')" + @click="openApplyReReading(scope.row)" /> - + - + " icon="el-icon-back" circle :title="$t('trials:reviewTrack:action:back')" + @click="openReReadingOrBackList(scope.row)" /> - + - + - {{ item.label }} + {{ item.label }} - - {{ item.label }} + + {{ item.label }} - - - {{ item.label }} + + + {{ + item.label }} - - - {{ item.label }} + + + {{ + item.label }} -