mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user