From 0035ac126640799565fc4acd81e833e4d41df195 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 9 Apr 2025 13:56:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E7=AE=A1=E7=90=86=E4=B8=AD?= =?UTF-8?q?=E5=AD=90=E9=A1=B5=E7=9A=84=E6=93=8D=E4=BD=9C=E5=88=97=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E6=98=BE=E7=A4=BA=E4=B8=BA=E8=8B=B1=E6=96=87=EF=BC=8C?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=8E=AF=E5=A2=83=E4=B8=8B=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E9=9C=80=E8=A6=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/email/components/EmailList.vue | 405 ++++-------------- 1 file changed, 95 insertions(+), 310 deletions(-) diff --git a/src/views/dictionary/template/email/components/EmailList.vue b/src/views/dictionary/template/email/components/EmailList.vue index 4284814d..09e0d3ff 100644 --- a/src/views/dictionary/template/email/components/EmailList.vue +++ b/src/views/dictionary/template/email/components/EmailList.vue @@ -4,319 +4,160 @@ - - + + - - + + - - + + - - - + + + - - + + - - - + + + - - + + - - - + + + {{ $t('common:button:search') }} - + {{ $t('common:button:reset') }} - - - - {{ $t('common:button:export') }} - - - - {{ $t('common:button:new') }} - - + + {{ $t('common:button:new') }} + + + - + - - + + {{ $fd('CriterionType', scope.row.CriterionTypeEnum) }} - + - + - + {{ $fd('BusinessLevel', scope.row.BusinessLevelEnum) }} - + {{ $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) }} - + - + - + {{ scope.row.FileName }} - + {{ $fd('YesOrNo', scope.row.IsReturnRequired) }} @@ -327,14 +168,8 @@ - + {{ $fd('YesOrNo', scope.row.IsAutoSend) }} @@ -344,14 +179,8 @@ }} - + {{ $fd('YesOrNo', scope.row.IsEnable) }} @@ -362,22 +191,12 @@ - + - - + + {{ $t('common:button:edit') }} @@ -386,77 +205,38 @@ {{ $t('common:button:delete') }} - {{ $t('common:button:preview') }} + {{ $t('common:button:preview') }} - + - - + + - - + + - - + + "> {{ $t('dictionary:email:title:title1') }} @@ -630,3 +410,8 @@ export default { }, } +