From 06167d4ff5c56aafc399b02f0259fc8cbfee1e44 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Fri, 20 Jun 2025 15:27:39 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=82=AE=E4=BB=B6=E9=98=85?=
=?UTF-8?q?=E7=89=87=E6=A0=87=E5=87=86=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../email-manage/components/DefaultQS.vue | 291 ++++--------------
.../email-manage/components/EmailForm.vue | 255 ++++-----------
.../email-manage/components/EmailList.vue | 284 ++++-------------
3 files changed, 185 insertions(+), 645 deletions(-)
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 @@
-
+
-
+
-
+