feat: 导入调整

This commit is contained in:
caiyuchao
2025-08-25 10:48:46 +08:00
parent 41bc7d149e
commit 6e0409bd42
4 changed files with 22 additions and 17 deletions

View File

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