From 1d6ebe63882e6b0762039675c2ecad24be8aa225 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Wed, 9 Apr 2025 13:37:39 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=87=E6=8D=A2=E6=97=B6?=
=?UTF-8?q?=EF=BC=8C=E9=9C=80=E8=A6=81=E6=A0=B9=E6=8D=AE=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E7=8A=B6=E6=80=81=E8=BF=87=E6=BB=A4=E9=A1=B9=E7=9B=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/trials/trials-list/index.vue | 740 ++++++-------------------
1 file changed, 181 insertions(+), 559 deletions(-)
diff --git a/src/views/trials/trials-list/index.vue b/src/views/trials/trials-list/index.vue
index 539b91a7..b2005121 100644
--- a/src/views/trials/trials-list/index.vue
+++ b/src/views/trials/trials-list/index.vue
@@ -9,64 +9,28 @@
-
+
-
+
-
-
+
+
-
-
-
+
+
+
-
-
+
+
@@ -75,33 +39,19 @@
{{ $t('common:button:search') }}
-
+
{{ $t('common:button:reset') }}
-
+
{{ $t('common:button:export') }}
-
+
{{ $t('common:button:new') }}
@@ -112,190 +62,88 @@
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
-
+
+
- Search
+ Search
Reset
Back
@@ -305,219 +153,89 @@
-
+
-
-
+
+
-
-
-
+
+
+
- {{ $fd('TrialStatusEnum', scope.row.TrialStatusStr) }}
- {{ $fd('TrialStatusEnum', scope.row.TrialStatusStr) }}
- {{ $fd('TrialStatusEnum', scope.row.TrialStatusStr) }}
- {{ $fd('TrialStatusEnum', scope.row.TrialStatusStr) }}
+ {{ $fd('TrialStatusEnum',
+ scope.row.TrialStatusStr) }}
+ {{ $fd('TrialStatusEnum',
+ scope.row.TrialStatusStr) }}
+ {{ $fd('TrialStatusEnum',
+ scope.row.TrialStatusStr) }}
+ {{ $fd('TrialStatusEnum',
+ scope.row.TrialStatusStr) }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
{{ scope.row.IR_ReadingCriterionList.join(', ') }}
-
-
-
-
+
+
+
+
{{ scope.row.IR_PMEmailList.join(', ') }}
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
-
+
-
+
-
+
-
+
@@ -661,61 +315,26 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -897,7 +516,7 @@ export default {
this.$confirm(res.ErrorMessage, {
type: 'warning',
showCancelButton: false,
- callback: (action) => {},
+ callback: (action) => { },
})
}
})
@@ -922,7 +541,7 @@ export default {
this.currentRow = { ...row }
this.abandonTrial()
})
- .catch(() => {})
+ .catch(() => { })
},
// 废除项目
abandonTrial() {
@@ -954,7 +573,10 @@ export default {
!(
this.hasPermi(['role:qa']) ||
this.hasPermi(['role:ea']) ||
- this.hasPermi(['role:pm'])
+ this.hasPermi(['role:pm']) ||
+ hasPermi(['role:op']) ||
+ hasPermi(['role:dev']) ||
+ hasPermi(['role:admin'])
)
) {
return