|
|
@ -22,7 +22,7 @@ |
|
|
|
<el-button size="mini" @click="_create('')">{{$t('Create queue')}}</el-button> |
|
|
|
<el-button size="mini" @click="_create('')">{{$t('Create queue')}}</el-button> |
|
|
|
<el-dialog |
|
|
|
<el-dialog |
|
|
|
:title="item ? $t('Edit queue') : $t('Create queue')" |
|
|
|
:title="item ? $t('Edit queue') : $t('Create queue')" |
|
|
|
:v-if="createQueueDialog" |
|
|
|
v-if="createQueueDialog" |
|
|
|
:visible.sync="createQueueDialog" |
|
|
|
:visible.sync="createQueueDialog" |
|
|
|
width="auto"> |
|
|
|
width="auto"> |
|
|
|
<m-create-queue :item="item" @onUpdate="onUpdate" @close="close"></m-create-queue> |
|
|
|
<m-create-queue :item="item" @onUpdate="onUpdate" @close="close"></m-create-queue> |
|
|
|