Skip to content

Commit e6096d3

Browse files
committed
fix: 定时任务用户指导页新建定时任务操作需要鉴权 #3616
# Reviewed, transaction id: 46647
1 parent 986522d commit e6096d3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/frontend/src/components/jb-router-view/guide/corntab-list.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@
3636
{{ $t('采用类Unix Crontab的配置表达式风格,降低使用门槛更快上手!提供了执行前/后通知提醒、执行记录等辅助功能,让用户可以放心地把定期执行的任务交给Job!') }}
3737
</div>
3838
<div class="page-action">
39-
<bk-button
39+
<auth-button
40+
auth="cron/create"
4041
theme="primary"
4142
@click="handleCreateCron">
4243
{{ $t('新建定时任务') }}
43-
</bk-button>
44+
</auth-button>
4445
</div>
4546
</div>
4647
</div>

0 commit comments

Comments
 (0)