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

View File

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