diff --git a/src/views/trials/trials-panel/subject/subject-list/components/patient-list.vue b/src/views/trials/trials-panel/subject/subject-list/components/patient-list.vue
index d70e304..9145cd3 100644
--- a/src/views/trials/trials-panel/subject/subject-list/components/patient-list.vue
+++ b/src/views/trials/trials-panel/subject/subject-list/components/patient-list.vue
@@ -4,184 +4,91 @@
{{ $t("trials:uploadDicomList:table:pId") }}:
-
+
{{ $t("trials:uploadDicomList:table:patientName") }}:
-
+
{{ $t("trials:subject:table:CalledAE") }}
-
-
+
+
{{ $t("trials:subject:table:CallingAE") }}
-
+
-
+
{{ $t("common:button:search") }}
-
+
{{ $t("common:button:reset") }}
-
+
{{ $t("common:button:add") }}
-
+
-
+
-
+
-
+
-
+
{{ $fd("Sex", scope.row.PatientSex) }}
-
+
- {{
- index === scope.row.CalledAEList.length - 1
- ? item
- : `${item}, `
- }}
+ {{
+ index === scope.row.CalledAEList.length - 1
+ ? item
+ : `${item}, `
+ }}
-
+
- {{
- index === scope.row.CallingAEList.length - 1
- ? item
- : `${item}, `
- }}
+ {{
+ index === scope.row.CallingAEList.length - 1
+ ? item
+ : `${item}, `
+ }}
+
+
-
+
@@ -322,23 +229,28 @@ export default {