[fix]:[FL-62][杆塔模型管理页面:空状态提示文案不一致]
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -762,7 +762,7 @@ export default function AdminTowerModelsPage() {
|
||||
</Space>
|
||||
)}
|
||||
{totalItems === 0 ? (
|
||||
<Empty description="暂无杆塔模型数据" image={Empty.PRESENTED_IMAGE_SIMPLE} />
|
||||
<Empty description="未找到符合筛选条件的杆塔模型。" image={Empty.PRESENTED_IMAGE_SIMPLE} />
|
||||
) : (
|
||||
<>
|
||||
<div ref={viewScrollAnchorRef} className="mt-4">
|
||||
|
||||
Reference in New Issue
Block a user