diff --git a/src/views/trials/trials-workbench/components/inspectionManagement/index.vue b/src/views/trials/trials-workbench/components/inspectionManagement/index.vue
index 14257b31..7e0ce58b 100644
--- a/src/views/trials/trials-workbench/components/inspectionManagement/index.vue
+++ b/src/views/trials/trials-workbench/components/inspectionManagement/index.vue
@@ -1,133 +1,141 @@
-
-
-
- {{ $t('trials:tab:inspectionManagement') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('common:button:search') }}
-
-
- {{ $t('common:button:reset') }}
-
-
- {{ $t('common:button:new') }}
-
-
-
-
-
-
-
-
-
-
-
- {{ $fd('AuditType', scope.row.AuditType) }}
-
-
-
-
-
- {{scope.row.IdentityUserList.map(item => item.FullName).join(", ")}}
+
+
+
+
+
+ {{ $t('trials:tab:inspectionManagement') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('common:button:search') }}
-
-
-
-
-
-
-
- {{ `${scope.row.BeginTime} - ${scope.row.EndTime}` }}
-
-
-
-
- {{ $fd('AuditState', scope.row.AuditState) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ `${scope.row.BeginTime} - ${scope.row.EndTime}` }}
+
+
+
+
+ {{ $fd('AuditState', scope.row.AuditState) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -136,7 +144,7 @@
@getList="getList" />
-
+