From 67c2d47689fc1e41f4f4743f57b1a5cb3a3666ef Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Wed, 8 Jan 2025 15:31:02 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=BE=E4=BB=B6=E7=8A=B6?=
=?UTF-8?q?=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../attachments/attachment-management/index.vue | 6 +++---
.../trials-panel/attachments/self-attachment/index.vue | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/trials/trials-panel/attachments/attachment-management/index.vue b/src/views/trials/trials-panel/attachments/attachment-management/index.vue
index 1f4cfd33..9c647f09 100644
--- a/src/views/trials/trials-panel/attachments/attachment-management/index.vue
+++ b/src/views/trials/trials-panel/attachments/attachment-management/index.vue
@@ -175,11 +175,11 @@
sortable="custom"
>
- {{
- $fd('TrainingStatus', scope.row.IsDeleted)
+ {{
+ $fd('TrainingStatus', !scope.row.IsDeleted)
}}
{{
- $fd('TrainingStatus', scope.row.IsDeleted)
+ $fd('TrainingStatus', !scope.row.IsDeleted)
}}
diff --git a/src/views/trials/trials-panel/attachments/self-attachment/index.vue b/src/views/trials/trials-panel/attachments/self-attachment/index.vue
index 98b3e6f2..54570bff 100644
--- a/src/views/trials/trials-panel/attachments/self-attachment/index.vue
+++ b/src/views/trials/trials-panel/attachments/self-attachment/index.vue
@@ -77,8 +77,8 @@
sortable="custom"
>
- {{ $fd('TrainingStatus', scope.row.IsDeleted) }}
- {{ $fd('TrainingStatus', scope.row.IsDeleted) }}
+ {{ $fd('TrainingStatus', !scope.row.IsDeleted) }}
+ {{ $fd('TrainingStatus', !scope.row.IsDeleted) }}