导出按钮权限字符修复
This commit is contained in:
parent
7092095a0e
commit
27950905ea
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user