feat: 【ele】任务管理新增批量删除

This commit is contained in:
puhui999
2025-06-16 21:42:11 +08:00
parent 0be48ce623
commit a0e4b52251
3 changed files with 68 additions and 30 deletions

View File

@@ -128,6 +128,7 @@ export function useGridColumns<T = InfraJobApi.Job>(
onActionClick: OnActionClickFn<T>,
): VxeTableGridOptions['columns'] {
return [
{ type: 'checkbox', width: 40 },
{
field: 'id',
title: '任务编号',