feat: 关闭UDM鉴权导出功能

This commit is contained in:
TsMask
2025-06-27 11:53:29 +08:00
parent c5d7026fc5
commit a54de8a9bb

View File

@@ -866,7 +866,7 @@ onMounted(() => {
{{ t('views.neUser.auth.import') }}
</a-button>
<a-popconfirm
<!-- <a-popconfirm
:title="t('views.neUser.auth.exportConfirm')"
placement="topRight"
ok-text="TXT"
@@ -877,7 +877,7 @@ onMounted(() => {
<template #icon><ExportOutlined /></template>
{{ t('views.neUser.auth.export') }}
</a-button>
</a-popconfirm>
</a-popconfirm> -->
<a-button
type="default"
@@ -890,7 +890,7 @@ onMounted(() => {
{{ t('views.neUser.auth.checkDel') }}
</a-button>
<a-popconfirm
<!-- <a-popconfirm
:title="t('views.neUser.auth.checkExportConfirm')"
placement="topRight"
ok-text="TXT"
@@ -905,7 +905,7 @@ onMounted(() => {
<template #icon><ExportOutlined /></template>
{{ t('views.neUser.auth.checkExport') }}
</a-button>
</a-popconfirm>
</a-popconfirm> -->
</a-flex>
</template>