From 4c98f916779fceffdbb9108758b6b0c1de4cdc65 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 7 Jun 2024 13:42:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BF=83=E5=88=97=E8=A1=A8=E5=B1=95?=
=?UTF-8?q?=E7=A4=BA=E5=AD=97=E6=AE=B5=E5=8F=98=E6=9B=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/trials/trials-panel/site/index.vue | 163 +++++++++++--------
1 file changed, 94 insertions(+), 69 deletions(-)
diff --git a/src/views/trials/trials-panel/site/index.vue b/src/views/trials/trials-panel/site/index.vue
index fb6aff51..a1882476 100644
--- a/src/views/trials/trials-panel/site/index.vue
+++ b/src/views/trials/trials-panel/site/index.vue
@@ -5,7 +5,7 @@
@@ -13,7 +13,7 @@
@@ -21,7 +21,7 @@
@@ -29,18 +29,22 @@
- {{ $t('common:button:search') }}
+ {{ $t("common:button:search") }}
-
- {{ $t('common:button:reset') }}
+
+ {{ $t("common:button:reset") }}
-
+
-
-
@@ -105,14 +101,28 @@
sortable="custom"
>
-
- {{ scope.row.UserNameList.length>0 ? scope.row.UserNameList.join(', ') :'' }}
+
+ {{
+ scope.row.UserNameList.length > 0
+ ? scope.row.UserNameList.join(", ")
+ : ""
+ }}
-
+
@@ -153,8 +163,12 @@
min-width="100"
>
- {{ $fd('IsUserExitTrial', scope.row.IsDeleted) }}
- {{ $fd('IsUserExitTrial', scope.row.IsDeleted) }}
+ {{
+ $fd("IsUserExitTrial", scope.row.IsDeleted)
+ }}
+ {{
+ $fd("IsUserExitTrial", scope.row.IsDeleted)
+ }}
@@ -173,30 +187,29 @@
sortable
min-width="150"
/>
-