mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 15:52:32 +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">
|
<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">
|
||||||
|
@@ -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()"
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user