perf: use table action

This commit is contained in:
xingyu4j
2025-05-19 16:19:53 +08:00
parent bc8b79a38a
commit 0a9b2ba383
2 changed files with 34 additions and 36 deletions

View File

@@ -312,7 +312,7 @@ export function useGridColumns<T = SystemUserApi.User>(
},
{
title: '操作',
width: 160,
width: 180,
fixed: 'right',
slots: { default: 'actions' },
},