From 83182a4d0f8d533341a9af26b8897f367260ba54 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 29 Sep 2025 14:55:12 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A8=BD=E6=9F=A5=E7=AE=A1=E7=90=86=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/inspectionManagement/index.vue | 261 +++++++++---------
1 file changed, 135 insertions(+), 126 deletions(-)
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" />
-
+