mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix: 修复菜单本地图标显示问题
This commit is contained in:
@ -123,6 +123,8 @@ const {
|
||||
align: 'center',
|
||||
width: 150,
|
||||
render: row => {
|
||||
if (row.userId === 1) return null;
|
||||
|
||||
const editBtn = () => {
|
||||
return (
|
||||
<ButtonIcon
|
||||
|
Reference in New Issue
Block a user