fix: 按钮权限调整

This commit is contained in:
caiyuchao
2025-08-13 15:39:09 +08:00
parent c401195986
commit ef6da4f3c6
5 changed files with 24 additions and 18 deletions

View File

@@ -139,7 +139,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
label: $t('ui.actionTitle.import', [$t('customer.customer')]),
type: 'primary',
icon: ACTION_ICON.UPLOAD,
auth: ['license:customer:export'],
auth: ['license:customer:import'],
onClick: handleImport,
},
]"