mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
定时任务增加前后规则校验,不能包含 task 命令
This commit is contained in:
@@ -92,7 +92,7 @@ const Dependence = () => {
|
||||
const columns: any = [
|
||||
{
|
||||
title: intl.get('序号'),
|
||||
width: 80,
|
||||
width: 90,
|
||||
render: (text: string, record: any, index: number) => {
|
||||
return <span style={{ cursor: 'text' }}>{index + 1} </span>;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user