fix: 修复文字错误

This commit is contained in:
AN 2025-05-29 10:36:20 +08:00
parent 7c7319a93c
commit 2922b501b8

View File

@ -135,7 +135,7 @@ const {
text text
type="primary" type="primary"
icon="material-symbols:database" icon="material-symbols:database"
tooltipContent="数据范权限" tooltipContent="数据范权限"
onClick={() => handleDataScope(row)} onClick={() => handleDataScope(row)}
/> />
); );