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