fix: 修正导出按钮的权限标识,从'neUser:auth:export'改为'neUser:sub:export'
This commit is contained in:
@@ -1378,7 +1378,7 @@ onMounted(() => {
|
||||
ok-type="default"
|
||||
@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>
|
||||
<ExportOutlined />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user