From 109470ca1ace205b7589f579ddc45f50cdeba2aa Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Sat, 12 Oct 2024 10:31:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=82=AE=E4=BB=B6=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E6=B7=BB=E5=8A=A0=E9=A2=84=E8=A7=88=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/email/components/EmailForm.vue | 214 ++++++++++-------- .../template/email/components/EmailList.vue | 154 +++++++------ 2 files changed, 207 insertions(+), 161 deletions(-) diff --git a/src/views/dictionary/template/email/components/EmailForm.vue b/src/views/dictionary/template/email/components/EmailForm.vue index f69ffe45..b8bd2c27 100644 --- a/src/views/dictionary/template/email/components/EmailForm.vue +++ b/src/views/dictionary/template/email/components/EmailForm.vue @@ -99,7 +99,7 @@ v-model="form.EmailUrgentEnum" @change=" (v) => { - v === 1 ? (form.EmailCron = null) : null; + v === 1 ? (form.EmailCron = null) : null } " clearable @@ -146,7 +146,7 @@ v-model="form.IsDistinguishCriteria" @change=" () => { - form.CriterionTypeEnum = null; + form.CriterionTypeEnum = null } " > @@ -196,7 +196,7 @@ size="small" type="primary" :disabled="fileListCN.length > 0" - >{{ $t("common:button:upload") }}{{ $t('common:button:upload') }} @@ -218,25 +218,49 @@ size="small" type="primary" :disabled="fileListEN.length > 0" - >{{ $t("common:button:upload") }}{{ $t('common:button:upload') }} - + + + {{ $t('common:button:preview') }} + - + + + {{ $t('common:button:preview') }} +