feat: 【antd】新增批量删除操作
This commit is contained in:
@@ -113,6 +113,7 @@ export function useGridColumns(
|
||||
getLeaderName?: (userId: number) => string | undefined,
|
||||
): VxeTableGridOptions<SystemDeptApi.Dept>['columns'] {
|
||||
return [
|
||||
{ type: 'checkbox', width: 40 },
|
||||
{
|
||||
field: 'name',
|
||||
title: '部门名称',
|
||||
|
||||
Reference in New Issue
Block a user