mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-07 20:06:08 +08:00
修复isSystem变量
This commit is contained in:
parent
9f7cd91d39
commit
b10a2a71d0
|
@ -261,7 +261,7 @@ const Crontab = () => {
|
|||
<Menu.Item key="edit" icon={<EditOutlined />}>
|
||||
编辑
|
||||
</Menu.Item>
|
||||
{record.isSystem !== 0 && (
|
||||
{record.isSystem !== 1 && (
|
||||
<>
|
||||
<Menu.Item
|
||||
key="enableordisable"
|
||||
|
|
Loading…
Reference in New Issue
Block a user