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"
/>
-