增加关闭按钮
This commit is contained in:
@@ -814,7 +814,7 @@ onMounted(() => {
|
|||||||
<template #icon><ImportOutlined /></template>
|
<template #icon><ImportOutlined /></template>
|
||||||
{{ 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"
|
||||||
@@ -824,6 +824,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>
|
||||||
|
|||||||
@@ -1294,7 +1294,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"
|
||||||
@@ -1303,6 +1303,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>
|
||||||
|
|||||||
@@ -1326,7 +1326,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"
|
||||||
@@ -1335,6 +1335,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" v-perms:has="['tenant:subs:export']">
|
<a-button type="dashed" v-perms:has="['tenant:subs:export']">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
|
|||||||
Reference in New Issue
Block a user