feat:【antd】数据源管理,增加批量删除

This commit is contained in:
YunaiV
2025-09-22 09:24:05 +08:00
parent 38919dfc8e
commit c9f123be2a
3 changed files with 52 additions and 2 deletions

View File

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