feat: 【antd】新增批量删除操作

This commit is contained in:
puhui999
2025-06-15 15:11:19 +08:00
parent 413f3fae15
commit 1054eec9d1
15 changed files with 248 additions and 7 deletions

View File

@@ -262,6 +262,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
/** 列表的字段 */
export function useGridColumns(): VxeTableGridOptions['columns'] {
return [
{ type: 'checkbox', width: 40 },
{
field: 'id',
title: '编号',