fix: 修正导出按钮的权限标识,从'neUser:auth:export'改为'neUser:sub:export'
This commit is contained in:
@@ -1378,7 +1378,7 @@ onMounted(() => {
|
|||||||
ok-type="default"
|
ok-type="default"
|
||||||
@confirm="fnExportList('txt')"
|
@confirm="fnExportList('txt')"
|
||||||
>
|
>
|
||||||
<a-button type="dashed" v-perms:has="['neUser:auth:export']">
|
<a-button type="dashed" v-perms:has="['neUser:sub:export']">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<ExportOutlined />
|
<ExportOutlined />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user