diff --git a/src/views/trials/trials-panel/setting/email-manage/components/DefaultQS.vue b/src/views/trials/trials-panel/setting/email-manage/components/DefaultQS.vue
index 25f3581d..1c4ec95f 100644
--- a/src/views/trials/trials-panel/setting/email-manage/components/DefaultQS.vue
+++ b/src/views/trials/trials-panel/setting/email-manage/components/DefaultQS.vue
@@ -5,81 +5,34 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
+
-
+
-
+
@@ -89,40 +42,19 @@
{{
$t('common:button:reset')
}}
- {{ $t('trials:reviewTrack:button:addDefault') }}
+ {{
+ $t('trials:reviewTrack:button:addDefault') }}
-
+
{{ $t('common:button:submit') }}
-
-
+
+
-
+
- {{ $fd('CriterionType', scope.row.CriterionTypeEnum) }}
+ {{scope.row.CriterionTypeList && scope.row.CriterionTypeList.length > 0 ?
+ scope.row.CriterionTypeList.map(item => { return $fd('CriterionType', item) }
+ ).join(', ') : ''}}
-
-
-
+
+
+
{{ $fd('BusinessModule', scope.row.BusinessModuleEnum) }}
-
+
{{ $fd('Email_BusinessScenario', scope.row.BusinessScenarioEnum) }}
-
+
{{
scope.row.ToUserTypeList.length > 0
? scope.row.ToUserTypeList.map((v) => $fd('UserType', v)).join(
- '、'
- )
+ '、'
+ )
: ''
}}
-
+
{{
scope.row.CopyUserTypeList.length > 0
? scope.row.CopyUserTypeList.map((v) => $fd('UserType', v)).join(
- '、'
- )
+ '、'
+ )
: ''
}}
-
+
{{ $fd('EmailUrgent', scope.row.EmailUrgentEnum) }}
-
+
{{ getEmailCron(scope.row.EmailCron) }}
-
+
-
+
{{ scope.row.AttachNameCN }}
-
+
-
+
{{ scope.row.AttachName }}
-
+
{{ $fd('YesOrNo', scope.row.IsReturnRequired) }}
@@ -291,13 +157,8 @@
-
+
{{ $fd('YesOrNo', scope.row.IsAutoSend) }}
@@ -307,13 +168,8 @@
}}
-
+
{{ $fd('YesOrNo', scope.row.IsEnable) }}
@@ -324,29 +180,14 @@
-
+
-
+
-
+