From 5998d59693b864394e31250e3fb5d9270f6122ba Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Wed, 15 May 2024 10:49:57 +0800
Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98=E4=BF=AE?=
=?UTF-8?q?=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/trials/trials-list/index.vue | 23 +++++++++++--------
.../trial-summary/trial-information/index.vue | 15 +++++++-----
2 files changed, 22 insertions(+), 16 deletions(-)
diff --git a/src/views/trials/trials-list/index.vue b/src/views/trials/trials-list/index.vue
index a6c4442..8b28c04 100644
--- a/src/views/trials/trials-list/index.vue
+++ b/src/views/trials/trials-list/index.vue
@@ -161,14 +161,14 @@
prop="ExperimentName"
:label="$t('trials:trials-list:table:experimentName')"
show-overflow-tooltip
- min-width="140"
+ min-width="120"
sortable="custom"
/>
@@ -207,7 +207,7 @@
:label="$t('trials:trials-list:table:CriterionTypeList')"
show-overflow-tooltip
v-if="hasPermi(['role:pm', 'role:pi', 'role:sr'])"
- min-width="140"
+ min-width="130"
>
{{
@@ -222,6 +222,7 @@
prop="UnSubmitCount"
:label="$t('trials:trials-list:table:UnSubmitCount')"
show-overflow-tooltip
+ min-width="90"
v-if="hasPermi(['role:pm'])"
sortable="custom"
/>
@@ -230,23 +231,25 @@
prop="UnReadCount"
:label="$t('trials:trials-list:table:UnReadCount')"
show-overflow-tooltip
+ min-width="90"
v-if="hasPermi(['role:pm', 'role:pi', 'role:sr'])"
sortable="custom"
/>
+
-
-
+
+
{{
trialInfo.CriterionTypeList
? trialInfo.CriterionTypeList.map((item) =>
@@ -82,6 +79,12 @@
>
{{ trialInfo.AuthorizationDuration }}
+
+
+ {{ trialInfo.CreateTime }}
+