feat: 【ele】租户新增批量删除

This commit is contained in:
puhui999
2025-06-16 21:01:19 +08:00
parent 0d411310fe
commit 995400a98f
6 changed files with 142 additions and 36 deletions

View File

@@ -167,6 +167,10 @@ export function useGridColumns<T = SystemTenantApi.Tenant>(
getPackageName?: (packageId: number) => string | undefined,
): VxeTableGridOptions['columns'] {
return [
{
type: 'checkbox',
width: 40,
},
{
field: 'id',
title: '租户编号',