mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 07:42:41 +00:00
fixed: Fixed the abnormal behavior of the export pop-up when exporting
This commit is contained in:
@@ -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">
|
||||
|
@@ -6,6 +6,7 @@
|
||||
:title="$tc('Export')"
|
||||
:visible.sync="exportDialogShow"
|
||||
width="700px"
|
||||
@close="handleExportCancel"
|
||||
@cancel="handleExportCancel()"
|
||||
@confirm="handleExportConfirm()"
|
||||
>
|
||||
|
Reference in New Issue
Block a user