feat: 【ele】短信管理新增批量删除

This commit is contained in:
puhui999
2025-06-16 21:25:34 +08:00
parent 3bae7aa442
commit d1b3a98b7c
6 changed files with 142 additions and 46 deletions

View File

@@ -139,6 +139,10 @@ export function useGridColumns<T = SystemSmsChannelApi.SmsChannel>(
onActionClick: OnActionClickFn<T>,
): VxeTableGridOptions['columns'] {
return [
{
type: 'checkbox',
width: 40,
},
{
field: 'id',
title: '编号',