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

This commit is contained in:
puhui999
2025-06-16 21:26:38 +08:00
parent d1b3a98b7c
commit 586c9e161c
3 changed files with 73 additions and 21 deletions

View File

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