feat: 【ele】用户管理新增批量删除
This commit is contained in:
@@ -285,6 +285,10 @@ export function useGridColumns<T = SystemUserApi.User>(
|
||||
) => PromiseLike<boolean | undefined>,
|
||||
): VxeTableGridOptions['columns'] {
|
||||
return [
|
||||
{
|
||||
type: 'checkbox',
|
||||
width: 40,
|
||||
},
|
||||
{
|
||||
field: 'id',
|
||||
title: '用户编号',
|
||||
|
||||
Reference in New Issue
Block a user