style: 将UDM鉴权导出按钮隐藏

This commit is contained in:
TsMask
2025-07-24 19:21:00 +08:00
parent ad373961e4
commit 9e69e76670

View File

@@ -865,6 +865,7 @@ onMounted(() => {
ok-text="TXT" ok-text="TXT"
ok-type="default" ok-type="default"
@confirm="fnExportList('txt')" @confirm="fnExportList('txt')"
v-if="false"
> >
<a-button type="dashed"> <a-button type="dashed">
<template #icon><ExportOutlined /></template> <template #icon><ExportOutlined /></template>
@@ -890,6 +891,7 @@ onMounted(() => {
ok-type="default" ok-type="default"
@confirm="fnRecordExport('txt')" @confirm="fnRecordExport('txt')"
:disabled="tableState.selectedRowKeys.length <= 0" :disabled="tableState.selectedRowKeys.length <= 0"
v-if="false"
> >
<a-button <a-button
type="default" type="default"