diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 9c186a69..a7062358 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -157,7 +157,7 @@ const Crontab = () => { }, }, { - title: '命令', + title: '命令/脚本', dataIndex: 'command', key: 'command', width: 300,