feat: 【ANTD】新增代码生成批量删除接口示例 demo01

This commit is contained in:
puhui999
2025-05-19 12:53:10 +08:00
parent 2e0c7e23e9
commit 98e9d9fbfc
4 changed files with 60 additions and 6 deletions

View File

@@ -103,6 +103,7 @@ export function useGridColumns(
onActionClick?: OnActionClickFn<Demo01ContactApi.Demo01Contact>,
): VxeTableGridOptions<Demo01ContactApi.Demo01Contact>['columns'] {
return [
{ type: 'checkbox', width: 40 },
{
field: 'id',
title: '编号',
@@ -150,7 +151,6 @@ export function useGridColumns(
minWidth: 200,
align: 'center',
fixed: 'right',
// TODO @puhui999headerAlign 要使用 headerAlign: 'center' 么?看着现在分成了 align 和 headerAlign 两种
headerAlign: 'center',
showOverflow: false,
cellRender: {