feat: 【ele】配置管理新增批量删除

This commit is contained in:
puhui999
2025-06-16 21:35:43 +08:00
parent c874f754b8
commit 79011799dc
3 changed files with 73 additions and 24 deletions

View File

@@ -126,6 +126,7 @@ export function useGridColumns<T = InfraConfigApi.Config>(
onActionClick: OnActionClickFn<T>,
): VxeTableGridOptions['columns'] {
return [
{ type: 'checkbox', width: 40 },
{
field: 'id',
title: '参数主键',