feat: PCF导出有取消操作

This commit is contained in:
TsMask
2024-11-02 15:46:26 +08:00
parent df5072bae7
commit 6ee9d464fb

View File

@@ -780,9 +780,6 @@ onMounted(() => {
ok-text="TXT"
ok-type="default"
@confirm="fnExportList('txt')"
:show-cancel="false"
cancel-text="CSV"
@cancel="fnExportList('csv')"
>
<a-button type="dashed">
<template #icon><ExportOutlined /></template>