feat: 【ele】邮箱管理新增批量删除

This commit is contained in:
puhui999
2025-06-16 21:24:11 +08:00
parent 79c451d256
commit 3bae7aa442
6 changed files with 126 additions and 24 deletions

View File

@@ -198,6 +198,10 @@ export function useGridColumns<T = SystemMailTemplateApi.MailTemplate>(
getAccountMail?: (accountId: number) => string | undefined,
): VxeTableGridOptions['columns'] {
return [
{
type: 'checkbox',
width: 40,
},
{
field: 'id',
title: '编号',