定时任务增加前后规则校验,不能包含 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
@@ -334,7 +334,7 @@ const Setting = () => {
dataSource={dataSource}
rowKey="id"
size="middle"
scroll={{ x: 768 }}
scroll={{ x: 1000 }}
loading={loading}
/>
),