fix: file config

This commit is contained in:
xingyu4j
2025-06-07 15:48:35 +08:00
parent e3429f644b
commit 3c92f7daab
3 changed files with 12 additions and 12 deletions

View File

@@ -135,10 +135,10 @@ const [Grid, gridApi] = useVbenVxeGrid({
<TableAction
:actions="[
{
label: $t('ui.actionTitle.create', ['角色']),
label: $t('ui.actionTitle.create', ['文件配置']),
type: 'primary',
icon: ACTION_ICON.ADD,
auth: ['system:role:create'],
auth: ['infra:file-config:create'],
onClick: handleCreate,
},
]"