feat: 【ele】用户管理新增批量删除

This commit is contained in:
puhui999
2025-06-16 21:13:01 +08:00
parent 995400a98f
commit 879cad366f
3 changed files with 47 additions and 3 deletions

View File

@@ -285,6 +285,10 @@ export function useGridColumns<T = SystemUserApi.User>(
) => PromiseLike<boolean | undefined>,
): VxeTableGridOptions['columns'] {
return [
{
type: 'checkbox',
width: 40,
},
{
field: 'id',
title: '用户编号',