导出按钮权限字符修复

This commit is contained in:
zhuangdashia 2025-09-25 20:33:01 +08:00
parent 7092095a0e
commit 27950905ea
3 changed files with 3 additions and 3 deletions

View File

@ -503,7 +503,7 @@ function handleExport() {
>
<template #after>
<NButton
v-if="hasAuth('evaluation:performanceEvaluation::import')"
v-if="hasAuth('evaluation:performanceEvaluation:import')"
size="small"
ghost
@click="handleImport"

View File

@ -249,7 +249,7 @@ function handleExport() {
>
<template #after>
<NButton
v-if="hasAuth('original:importLoanCustomerLedger::import')"
v-if="hasAuth('original:importLoanCustomerLedger:import')"
size="small"
ghost
@click="handleImport"

View File

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