增加关闭按钮
This commit is contained in:
@@ -819,7 +819,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"
|
||||||
@@ -828,6 +828,13 @@ onMounted(() => {
|
|||||||
:show-cancel="false"
|
:show-cancel="false"
|
||||||
cancel-text="CSV"
|
cancel-text="CSV"
|
||||||
@cancel="fnExportList('csv')"
|
@cancel="fnExportList('csv')"
|
||||||
|
> -->
|
||||||
|
<a-popconfirm
|
||||||
|
:title="t('views.neUser.auth.exportConfirm')"
|
||||||
|
placement="topRight"
|
||||||
|
ok-text="TXT"
|
||||||
|
ok-type="default"
|
||||||
|
@confirm="fnExportList('txt')"
|
||||||
>
|
>
|
||||||
<a-button type="dashed">
|
<a-button type="dashed">
|
||||||
<template #icon><ExportOutlined /></template>
|
<template #icon><ExportOutlined /></template>
|
||||||
|
|||||||
@@ -1213,7 +1213,7 @@ onMounted(() => {
|
|||||||
{{ t('views.neUser.sub.import') }}
|
{{ t('views.neUser.sub.import') }}
|
||||||
</a-button>
|
</a-button>
|
||||||
|
|
||||||
<a-popconfirm
|
<!-- <a-popconfirm
|
||||||
:title="t('views.neUser.sub.exportConfirm')"
|
:title="t('views.neUser.sub.exportConfirm')"
|
||||||
placement="topRight"
|
placement="topRight"
|
||||||
ok-text="TXT"
|
ok-text="TXT"
|
||||||
@@ -1222,6 +1222,13 @@ onMounted(() => {
|
|||||||
:show-cancel="false"
|
:show-cancel="false"
|
||||||
cancel-text="CSV"
|
cancel-text="CSV"
|
||||||
@cancel="fnExportList('csv')"
|
@cancel="fnExportList('csv')"
|
||||||
|
> -->
|
||||||
|
<a-popconfirm
|
||||||
|
:title="t('views.neUser.sub.exportConfirm')"
|
||||||
|
placement="topRight"
|
||||||
|
ok-text="TXT"
|
||||||
|
ok-type="default"
|
||||||
|
@confirm="fnExportList('txt')"
|
||||||
>
|
>
|
||||||
<a-button type="dashed">
|
<a-button type="dashed">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
|
|||||||
Reference in New Issue
Block a user