feat: 【ele】代码生成新增批量删除

This commit is contained in:
puhui999
2025-06-16 22:00:15 +08:00
parent a0e4b52251
commit 01469e935f
3 changed files with 59 additions and 11 deletions

View File

@@ -398,6 +398,7 @@ export function useGridColumns<T = InfraCodegenApi.CodegenTable>(
getDataSourceConfigName?: (dataSourceConfigId: number) => string | undefined,
): VxeTableGridOptions['columns'] {
return [
{ type: 'checkbox', width: 40 },
{
field: 'dataSourceConfigId',
title: '数据源',