diff --git a/src/api/dictionary.js b/src/api/dictionary.js index d3e05595..2f074edb 100644 --- a/src/api/dictionary.js +++ b/src/api/dictionary.js @@ -1357,3 +1357,11 @@ export function deleteAttachment(data) { data }) } +// 邮件管理-批量修改邮件 +export function batchUpdateEmail(data) { + return request({ + url: `/EmailNoticeConfig/batchUpdateEmail`, + method: 'post', + data + }) +} diff --git a/src/views/dictionary/template/email/components/EmailList.vue b/src/views/dictionary/template/email/components/EmailList.vue index 09e0d3ff..dc3d4111 100644 --- a/src/views/dictionary/template/email/components/EmailList.vue +++ b/src/views/dictionary/template/email/components/EmailList.vue @@ -67,13 +67,18 @@ {{ $t('common:button:new') }} + + {{ $t('trials:emailManageCfg:button:batchAudit') }} + - + @sort-change="handleSortByColumn" @selection-change="handleSelectionChange"> + + + @@ -249,12 +254,76 @@ + + + + + + + + + + + + + + + + + + + + + +
+ {{ $t('common:button:cancel') }} + + {{ + $t('common:button:save') + }} +
+