fixed: Fixed the abnormal behavior of the export pop-up when exporting

This commit is contained in:
zhaojisen
2024-06-25 18:21:15 +08:00
parent ea9f067f35
commit 6eaa8b9a85
2 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
<el-col :md="4" :sm="24" class="buttons">
<div class="opera">
<svg-icon v-if="transferOnCheck" class="arrow" icon-class="arrow" />
<templae v-else>
<template v-else>
<el-button
:disabled="disablePre"
class="el-transfer__button"
@@ -44,7 +44,7 @@
type="primary"
@click="addData"
/>
</templae>
</template>
</div>
</el-col>
<el-col :md="10" :sm="24">

View File

@@ -6,6 +6,7 @@
:title="$tc('Export')"
:visible.sync="exportDialogShow"
width="700px"
@close="handleExportCancel"
@cancel="handleExportCancel()"
@confirm="handleExportConfirm()"
>