mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
优化面板样式
This commit is contained in:
@@ -101,6 +101,7 @@ const Crontab = () => {
|
||||
key: 'status',
|
||||
dataIndex: 'status',
|
||||
align: 'center' as const,
|
||||
width: 60,
|
||||
render: (text: string, record: any) => (
|
||||
<>
|
||||
{(!record.isDisabled || record.status !== CrontabStatus.idle) && (
|
||||
|
||||
Reference in New Issue
Block a user