mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-08 04:16:07 +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 key="edit" icon={<EditOutlined />}>
|
||||||
编辑
|
编辑
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
{record.isSystem !== 0 && (
|
{record.isSystem !== 1 && (
|
||||||
<>
|
<>
|
||||||
<Menu.Item
|
<Menu.Item
|
||||||
key="enableordisable"
|
key="enableordisable"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user