定时任务增加前后规则校验,不能包含 task 命令

This commit is contained in:
whyour
2023-10-10 23:06:01 +08:00
parent 5e73f0390f
commit 99f6073c8e
5 changed files with 34 additions and 8 deletions
+1 -1
View File
@@ -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>;
},