fix: fix the problem of folding display name of the first level menu

This commit is contained in:
vben
2020-10-20 01:13:14 +08:00
parent 8fd1994b5f
commit e3cbc9326e
3 changed files with 16 additions and 7 deletions

View File

@@ -6,17 +6,13 @@
:actions="[
{
label: '删除',
props: {
onClick: handleDelete,
},
onClick: handleDelete,
},
]"
:dropDownActions="[
{
label: '启用',
props: {
onClick: handleOpen,
},
onClick: handleOpen,
},
]"
/>