diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx
index 02bbe172..6b99912a 100644
--- a/src/pages/crontab/index.tsx
+++ b/src/pages/crontab/index.tsx
@@ -24,7 +24,7 @@ import {
StopOutlined,
DeleteOutlined,
PauseCircleOutlined,
- SendOutlined,
+ FieldTimeOutlined,
} from '@ant-design/icons';
import config from '@/utils/config';
import { PageContainer } from '@ant-design/pro-layout';
@@ -119,7 +119,7 @@ const Crontab = () => {
)}
{record.status === CrontabStatus.queued && (
- } color="default">
+ } color="default">
队列中
)}