update job/index.vue
This commit is contained in:
parent
8e692a97b8
commit
a26292e81f
@ -198,12 +198,12 @@
|
|||||||
<el-col :lg="24" v-if="form.triggerType == 1">
|
<el-col :lg="24" v-if="form.triggerType == 1">
|
||||||
<el-form-item label="间隔(Cron)" prop="cron">
|
<el-form-item label="间隔(Cron)" prop="cron">
|
||||||
<el-input v-model="form.cron" placeholder="请输入cron执行表达式">
|
<el-input v-model="form.cron" placeholder="请输入cron执行表达式">
|
||||||
<template #append>
|
<!-- <template #append>
|
||||||
<el-button type="primary" @click="handleShowCron" style="width: 80px">
|
<el-button type="primary" @click="handleShowCron" style="width: 80px">
|
||||||
生成表达式
|
生成表达式
|
||||||
<el-icon><time /></el-icon>
|
<el-icon><time /></el-icon>
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template> -->
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user