feat(platform): frame sources as evidence layer

This commit is contained in:
lingniu
2026-07-05 21:07:38 +08:00
parent 168493f76f
commit 3efeeb07ac
2 changed files with 6 additions and 0 deletions

View File

@@ -1970,10 +1970,14 @@ export function Dashboard({
<div className="vp-customer-service-command-copy">
<Space wrap>
<Tag color="blue"></Tag>
<Tag color="grey"></Tag>
<Tag color={amapConfigured ? 'green' : 'orange'}>{amapConfigured ? '地图可用' : '坐标预览'}</Tag>
<Tag color={(summary?.issueVehicles ?? 0) > 0 ? 'orange' : 'green'}>{formatCount(summary?.issueVehicles)} </Tag>
</Space>
<Typography.Title heading={4} style={{ margin: 0 }}></Typography.Title>
<Typography.Text type="secondary">
</Typography.Text>
<Typography.Text type="secondary">
</Typography.Text>