reactor:【system 系统管理】user 进一步统一代码风格

This commit is contained in:
YunaiV
2025-09-08 09:52:43 +08:00
parent 74ffefb09f
commit 28df31cc37
6 changed files with 123 additions and 92 deletions

View File

@@ -282,10 +282,7 @@ export function useGridColumns<T = SystemUserApi.User>(
) => PromiseLike<boolean | undefined>,
): VxeTableGridOptions['columns'] {
return [
{
type: 'checkbox',
width: 40,
},
{ type: 'checkbox', width: 40 },
{
field: 'id',
title: '用户编号',