feat(platform): focus vehicle service customer copy

This commit is contained in:
lingniu
2026-07-06 07:01:23 +08:00
parent 5f2b3672cb
commit 887c92cd70
6 changed files with 12 additions and 9 deletions

View File

@@ -3896,7 +3896,7 @@ export function Dashboard({
<Tag color="blue"></Tag>
</div>
<Typography.Text type="secondary" className="vp-customer-problem-principle">
GB32960JT808MQTT
</Typography.Text>
<div className="vp-customer-problem-grid">
{customerProblemDesk.map((item) => (

View File

@@ -2541,7 +2541,7 @@ export function History({
</Typography.Title>
<Typography.Text type="secondary">
GB32960JT808MQTT
</Typography.Text>
</div>
<div className="vp-history-evidence-chain-grid">

View File

@@ -2351,7 +2351,7 @@ export function Mileage({
</Space>
<Typography.Title heading={5} style={{ margin: 0 }}></Typography.Title>
<Typography.Text type="secondary">
GB32960JT808MQTT 线
线
</Typography.Text>
</div>
<div className="vp-mileage-next-grid">
@@ -2405,7 +2405,7 @@ export function Mileage({
title: '通道一致性',
value: sourceConsistencyText,
color: summary.sourceCount > 1 ? 'green' as const : 'orange' as const,
detail: 'GB32960、JT808、Yutong MQTT 只作为同一车辆服务的数据通道。'
detail: '不同接入来源只作为同一车辆服务的数据通道,用来支撑统计可信度。'
}
].map((item) => (
<div key={item.title} className="vp-monitor-metric">

View File

@@ -42,7 +42,7 @@ const alertRuleTemplates = [
issueType: 'NO_SOURCE',
level: 'P0',
owner: '平台接入',
trigger: '绑定车辆连续无 GB32960、JT808、MQTT 来源证据',
trigger: '绑定车辆连续无多接入来源证据',
notify: '立即通知接入运维30 分钟未恢复升级给业务责任人',
sla: '30 分钟确认'
},

View File

@@ -1506,7 +1506,7 @@ export function Vehicles({
</Space>
<strong>{filters.keyword?.trim() || `${(summary?.totalVehicles ?? pagination.total).toLocaleString()} 辆车`}</strong>
<span>
GB32960808 MQTT
</span>
<Space wrap>
<Button size="small" theme="solid" type="primary" icon={<IconCopy />} onClick={copyCustomerServicePackage}></Button>