feat: 【ele】OAuth 2.0 新增批量删除

This commit is contained in:
puhui999
2025-06-16 21:31:20 +08:00
parent c79b569a13
commit c874f754b8
3 changed files with 64 additions and 13 deletions

View File

@@ -195,6 +195,10 @@ export function useGridColumns<T = SystemOAuth2ClientApi.OAuth2Client>(
onActionClick: OnActionClickFn<T>,
): VxeTableGridOptions['columns'] {
return [
{
type: 'checkbox',
width: 40,
},
{
field: 'clientId',
title: '客户端编号',