style: UDM-鉴权数据,默认只支持导出非加密

This commit is contained in:
TsMask
2025-10-09 17:39:39 +08:00
parent 744867243f
commit 669bdf5b7d

View File

@@ -907,7 +907,7 @@ onMounted(() => {
{{ t('views.neUser.auth.import') }}
</a-button>
<a-popconfirm
<!-- <a-popconfirm
:title="t('views.neUser.auth.exportConfirm')"
placement="topRight"
ok-text="TXT"
@@ -918,7 +918,7 @@ onMounted(() => {
<template #icon><ExportOutlined /></template>
{{ t('views.neUser.auth.export') }}
</a-button>
</a-popconfirm>
</a-popconfirm> -->
<a-button
type="dashed"
@click="fnExportDec()"
@@ -940,7 +940,7 @@ onMounted(() => {
{{ t('views.neUser.auth.checkDel') }}
</a-button>
<a-popconfirm
<!-- <a-popconfirm
:title="t('views.neUser.auth.checkExportConfirm')"
placement="topRight"
ok-text="TXT"
@@ -956,7 +956,7 @@ onMounted(() => {
<template #icon><ExportOutlined /></template>
{{ t('views.neUser.auth.checkExport') }}
</a-button>
</a-popconfirm>
</a-popconfirm> -->
</a-flex>
</template>