style: UDM-鉴权数据,默认只支持导出非加密
This commit is contained in:
@@ -907,7 +907,7 @@ onMounted(() => {
|
|||||||
{{ t('views.neUser.auth.import') }}
|
{{ t('views.neUser.auth.import') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
|
|
||||||
<a-popconfirm
|
<!-- <a-popconfirm
|
||||||
:title="t('views.neUser.auth.exportConfirm')"
|
:title="t('views.neUser.auth.exportConfirm')"
|
||||||
placement="topRight"
|
placement="topRight"
|
||||||
ok-text="TXT"
|
ok-text="TXT"
|
||||||
@@ -918,7 +918,7 @@ onMounted(() => {
|
|||||||
<template #icon><ExportOutlined /></template>
|
<template #icon><ExportOutlined /></template>
|
||||||
{{ t('views.neUser.auth.export') }}
|
{{ t('views.neUser.auth.export') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-popconfirm>
|
</a-popconfirm> -->
|
||||||
<a-button
|
<a-button
|
||||||
type="dashed"
|
type="dashed"
|
||||||
@click="fnExportDec()"
|
@click="fnExportDec()"
|
||||||
@@ -940,7 +940,7 @@ onMounted(() => {
|
|||||||
{{ t('views.neUser.auth.checkDel') }}
|
{{ t('views.neUser.auth.checkDel') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
|
|
||||||
<a-popconfirm
|
<!-- <a-popconfirm
|
||||||
:title="t('views.neUser.auth.checkExportConfirm')"
|
:title="t('views.neUser.auth.checkExportConfirm')"
|
||||||
placement="topRight"
|
placement="topRight"
|
||||||
ok-text="TXT"
|
ok-text="TXT"
|
||||||
@@ -956,7 +956,7 @@ onMounted(() => {
|
|||||||
<template #icon><ExportOutlined /></template>
|
<template #icon><ExportOutlined /></template>
|
||||||
{{ t('views.neUser.auth.checkExport') }}
|
{{ t('views.neUser.auth.checkExport') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
</a-popconfirm>
|
</a-popconfirm> -->
|
||||||
</a-flex>
|
</a-flex>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user