mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-22 14:45:43 +08:00
修复后台菜单管理,按钮类型显示新增按钮的问题
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
<el-table-column label="操作" width="160" fixed="right">
|
||||
<template #default="{ row }">
|
||||
<el-button
|
||||
v-if="row.menuType !== MenuEnum.BUTTON"
|
||||
v-perms="['system:menu:add']"
|
||||
type="primary"
|
||||
link
|
||||
|
||||
Reference in New Issue
Block a user