diff --git a/src/views/trials/trials-panel/trial-summary/audit-record/index.vue b/src/views/trials/trials-panel/trial-summary/audit-record/index.vue
index baaaae8..11d5e91 100644
--- a/src/views/trials/trials-panel/trial-summary/audit-record/index.vue
+++ b/src/views/trials/trials-panel/trial-summary/audit-record/index.vue
@@ -78,7 +78,7 @@
-
+
@@ -845,7 +845,7 @@ const searchDataDefault = () => {
TrialReadingCriterionId: null,
RoleName:null,
TaskName: '',
- CreateUserRealName: ''
+ CreateUserName: ''
}
}
export default {
diff --git a/src/views/trials/trials-panel/trial-summary/download-record/index.vue b/src/views/trials/trials-panel/trial-summary/download-record/index.vue
index fff0ef1..0eb77e0 100644
--- a/src/views/trials/trials-panel/trial-summary/download-record/index.vue
+++ b/src/views/trials/trials-panel/trial-summary/download-record/index.vue
@@ -163,7 +163,7 @@
{{
- scope.row.VisitImageZipSize && scope.row.VisitImageZipSize > 0
- ? `${(scope.row.VisitImageZipSize / 1024 / 1024).toFixed(2)}MB`
+ scope.row.ImageSize && scope.row.ImageSize > 0
+ ? `${(scope.row.ImageSize / 1024 / 1024).toFixed(2)}MB`
: 0
}}