From 08c911d4a05bec1299f7886f249e15f877d39780 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 14 Mar 2025 10:25:35 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=96=87=E6=A1=A3=E7=94=B3?=
=?UTF-8?q?=E6=8A=A5=E6=96=B9=E5=90=8C=E6=84=8F=E5=85=A5=E9=A1=B9=E8=AE=B0?=
=?UTF-8?q?=E5=BD=95=E5=AE=A1=E6=A0=B8=E4=BA=BA=E8=A7=92=E8=89=B2=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/viewer/entryRecord/index.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue b/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue
index 082fef7d..c2a612b1 100644
--- a/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue
+++ b/src/views/trials/trials-panel/trial-summary/trial-document/components/viewer/entryRecord/index.vue
@@ -33,7 +33,7 @@
:label="$t('trials:trialDocument:entryRecord:search:auditorRole')"
>
- {{ $fd('UserType', scope.row.OptUserType) }}
+ {{ $fd('UserType', scope.row.UserTypeEnum) }}
{
return {
Code: null,
- OptUserType: null,
+ UserTypeEnum: null,
OptUserName: null,
OptStartTime: null,
OptEndTime: null,