fix: 修正导出按钮的权限标识,从'neUser:auth:export'改为'neUser:sub:export'

This commit is contained in:
TsMask
2025-09-03 11:50:35 +08:00
parent 826e63a861
commit dbf6dfbe26

View File

@@ -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>