2
0

修复BUG

This commit is contained in:
lai
2025-02-14 19:21:51 +08:00
parent 28ab9dceeb
commit e3032bb850
2 changed files with 1 additions and 4 deletions

View File

@@ -100,9 +100,6 @@ const { data, columns, loading, getData } = useTable({
<Button size="small" onClick={() => edit(record.menuId)}>
{t('page.menu.edit')}
</Button>
<Button size="small" danger onClick={() => handleDelete(record.menuId)}>
{t('page.menu.delete')}
</Button>
</div>
)
}