feat: 【ele】文件管理新增批量删除

This commit is contained in:
puhui999
2025-06-16 21:39:04 +08:00
parent 58d36c9b49
commit 0be48ce623
6 changed files with 122 additions and 22 deletions

View File

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