mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-30 21:06:20 +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 ? '启用' : '禁用'}
|
{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={
|
||||||
|
|
Loading…
Reference in New Issue
Block a user