feat: 导入调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user