定时任务支持任务名,定时,命令排序

环境变量支持名称排序
This commit is contained in:
hanhh
2021-08-19 14:45:42 +08:00
parent 5e13264393
commit a48b915675
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -119,6 +119,7 @@ const Env = () => {
dataIndex: 'name',
key: 'name',
align: 'center' as const,
sorter: (a: any, b: any) => a.name.localeCompare(b.name),
},
{
title: '值',