feat: 【ele】角色管理新增批量删除
This commit is contained in:
@@ -193,6 +193,10 @@ export function useGridColumns<T = SystemRoleApi.Role>(
|
||||
onActionClick: OnActionClickFn<T>,
|
||||
): VxeTableGridOptions['columns'] {
|
||||
return [
|
||||
{
|
||||
type: 'checkbox',
|
||||
width: 40,
|
||||
},
|
||||
{
|
||||
field: 'id',
|
||||
title: '角色编号',
|
||||
|
||||
Reference in New Issue
Block a user