fix: 修复菜单本地图标显示问题

This commit is contained in:
xlsea
2025-05-15 22:44:41 +08:00
parent e6ac3797b9
commit 3356928138
5 changed files with 10 additions and 8 deletions

View File

@ -123,6 +123,8 @@ const {
align: 'center',
width: 150,
render: row => {
if (row.userId === 1) return null;
const editBtn = () => {
return (
<ButtonIcon