This commit is contained in:
zhuangdashia 2025-10-09 17:38:20 +08:00
parent c94604becd
commit 978e2900e0

View File

@ -203,7 +203,7 @@ function handleExport() {
@refresh="getData"
>
<template #after>
<NButton v-if="hasAuth('${moduleName}:${businessName}::import')" size="small" ghost @click="handleImport">
<NButton v-if="hasAuth('${moduleName}:${businessName}:import')" size="small" ghost @click="handleImport">
<template #icon>
<SvgIcon local-icon="upload-rounded"/>
</template>