修复后台菜单管理,按钮类型显示新增按钮的问题
This commit is contained in:
parent
f51fab1deb
commit
9e5bd06e37
|
|
@ -60,6 +60,7 @@
|
||||||
<el-table-column label="操作" width="160" fixed="right">
|
<el-table-column label="操作" width="160" fixed="right">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-button
|
<el-button
|
||||||
|
v-if="row.menuType !== MenuEnum.BUTTON"
|
||||||
v-perms="['system:menu:add']"
|
v-perms="['system:menu:add']"
|
||||||
type="primary"
|
type="primary"
|
||||||
link
|
link
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue