feat: 【ele】租户新增批量删除
This commit is contained in:
@@ -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: '租户编号',
|
||||
|
||||
Reference in New Issue
Block a user