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 { }, } +