From f63464858da44ee85d9c40416694e7961ff65a79 Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 16 May 2021 20:30:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=98=9F=E5=88=97=E4=B8=AD?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"> 队列中 )}