+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("common:button:search") }}
+
+
+
+ {{ $t("common:button:reset") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ index === scope.row.PatientList.length - 1
+ ? item.PatientIdStr
+ : `${item.PatientIdStr}, `
+ }}
+
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.SuggesteFinishedTime
+ ? scope.row.SuggesteFinishedTime.split(":")[0] + ":00:00"
+ : ""
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/trials/trials-panel/reading/reading-task/index.vue b/src/views/trials/trials-panel/reading/reading-task/index.vue
index d5e196c..9e47cb4 100644
--- a/src/views/trials/trials-panel/reading/reading-task/index.vue
+++ b/src/views/trials/trials-panel/reading/reading-task/index.vue
@@ -1,352 +1,57 @@