mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-30 04:46:13 +08:00
放开ql update删除操作
This commit is contained in:
parent
860a1e4dc6
commit
b3ef432c6f
|
@ -586,11 +586,9 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
|
|||
>
|
||||
{record.isDisabled === 1 ? '启用' : '禁用'}
|
||||
</Menu.Item>
|
||||
{record.isSystem !== 1 && (
|
||||
<Menu.Item key="delete" icon={<DeleteOutlined />}>
|
||||
删除
|
||||
</Menu.Item>
|
||||
)}
|
||||
<Menu.Item key="delete" icon={<DeleteOutlined />}>
|
||||
删除
|
||||
</Menu.Item>
|
||||
<Menu.Item
|
||||
key="pinOrunPin"
|
||||
icon={
|
||||
|
|
Loading…
Reference in New Issue
Block a user