mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
fix: fix the problem of folding display name of the first level menu
This commit is contained in:
@@ -6,17 +6,13 @@
|
||||
:actions="[
|
||||
{
|
||||
label: '删除',
|
||||
props: {
|
||||
onClick: handleDelete,
|
||||
},
|
||||
onClick: handleDelete,
|
||||
},
|
||||
]"
|
||||
:dropDownActions="[
|
||||
{
|
||||
label: '启用',
|
||||
props: {
|
||||
onClick: handleOpen,
|
||||
},
|
||||
onClick: handleOpen,
|
||||
},
|
||||
]"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user