From 2ff2f5106e4bb5775b43dc62858d2e40481da52e Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Wed, 8 Jan 2025 15:44:53 +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 | 4 ++--
.../trials-panel/attachments/self-attachment/index.vue | 4 ++--
src/views/trials/trials-panel/setting/attachment/index.vue | 6 +++---
3 files changed, 7 insertions(+), 7 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 9c647f09..eee1e3cd 100644
--- a/src/views/trials/trials-panel/attachments/attachment-management/index.vue
+++ b/src/views/trials/trials-panel/attachments/attachment-management/index.vue
@@ -176,10 +176,10 @@
>
{{
- $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 54570bff..90888a42 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) }}
diff --git a/src/views/trials/trials-panel/setting/attachment/index.vue b/src/views/trials/trials-panel/setting/attachment/index.vue
index 2afacd59..10c2a9ce 100644
--- a/src/views/trials/trials-panel/setting/attachment/index.vue
+++ b/src/views/trials/trials-panel/setting/attachment/index.vue
@@ -33,7 +33,7 @@
v-for="item of $d.TrainingStatus"
:key="item.value"
:label="item.label"
- :value="!item.value"
+ :value="item.value"
/>
@@ -136,10 +136,10 @@
>
{{
- $fd('TrainingStatus', !scope.row.IsDeleted)
+ $fd('TrainingStatus', scope.row.IsDeleted)
}}
{{
- $fd('TrainingStatus', !scope.row.IsDeleted)
+ $fd('TrainingStatus', scope.row.IsDeleted)
}}