marvzhang
2020-02-07 11:18:37 +08:00
parent cd0f1bdf1b
commit 3844a1676e

View File

@@ -84,7 +84,7 @@
</el-select>
</el-form-item>
<el-form-item :label="$t('Cron')" prop="cron" required>
<el-popover v-model="isShowCron" trigger="manual">
<el-popover v-model="isShowCron" trigger="focus">
<template>
<vue-cron-linux :data="scheduleForm.cron" :i18n="lang" @change="onCronChange"/>
</template>
@@ -94,8 +94,6 @@
ref="cron"
v-model="scheduleForm.cron"
:placeholder="`${$t('[minute] [hour] [day] [month] [day of week]')}`"
@focus="isShowCron = true"
@blur="isShowCron = false"
>
</el-input>
</template>