From 34a51feee9f5f0e70bbdd691427abc2bbd93240d Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 31 Jan 2023 17:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=88=97=E8=A1=A8title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/crontab/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,