feat: 【antd】新增批量删除操作
This commit is contained in:
@@ -226,6 +226,7 @@ export function useSendNotifyFormSchema(): VbenFormSchema[] {
|
||||
/** 列表的字段 */
|
||||
export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||
return [
|
||||
{ type: 'checkbox', width: 40 },
|
||||
{
|
||||
field: 'id',
|
||||
title: '编号',
|
||||
|
||||
Reference in New Issue
Block a user