mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 04:08:31 +08:00
[Fix-6228][UI] fix yarn queue dialog bug (#6264)
very good, thanks for your contribution
This commit is contained in:
parent
7a321505cf
commit
22277517c5
@ -22,7 +22,7 @@
|
||||
<el-button size="mini" @click="_create('')">{{$t('Create queue')}}</el-button>
|
||||
<el-dialog
|
||||
:title="item ? $t('Edit queue') : $t('Create queue')"
|
||||
:v-if="createQueueDialog"
|
||||
v-if="createQueueDialog"
|
||||
:visible.sync="createQueueDialog"
|
||||
width="auto">
|
||||
<m-create-queue :item="item" @onUpdate="onUpdate" @close="close"></m-create-queue>
|
||||
|
Loading…
Reference in New Issue
Block a user