From 0b1a6bc216b8059aeef2ac84841ea1743e70205b Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Thu, 25 Apr 2024 17:29:17 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E8=A7=86=E4=B8=8E=E6=A3=80=E6=9F=A5?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E6=80=A7=E5=88=AB=E5=B1=95=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/trials/trials-panel/hirVisit/index.vue | 2 +-
src/views/trials/trials-panel/study/components/list.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/trials/trials-panel/hirVisit/index.vue b/src/views/trials/trials-panel/hirVisit/index.vue
index ccadce0..0677c67 100644
--- a/src/views/trials/trials-panel/hirVisit/index.vue
+++ b/src/views/trials/trials-panel/hirVisit/index.vue
@@ -153,7 +153,7 @@
sortable="custom"
>
- {{ $fd("sex", Number(scope.row.SubjectSex)) }}
+ {{ $fd("sex", scope.row.SubjectSex) }}
diff --git a/src/views/trials/trials-panel/study/components/list.vue b/src/views/trials/trials-panel/study/components/list.vue
index 9fdbf08..4dbe9f3 100644
--- a/src/views/trials/trials-panel/study/components/list.vue
+++ b/src/views/trials/trials-panel/study/components/list.vue
@@ -120,7 +120,7 @@
min-width="100"
>
- {{ $fd("sex", Number(scope.row.SubjectSex)) }}
+ {{ $fd("sex", scope.row.SubjectSex) }}