feat(platform): highlight customer service modules
This commit is contained in:
@@ -2734,6 +2734,30 @@ export function Dashboard({
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
<div className="vp-customer-service-overview" aria-label="客户服务总览">
|
||||
<div className="vp-customer-service-overview-copy">
|
||||
<Typography.Text strong>客户服务总览</Typography.Text>
|
||||
<Typography.Text type="secondary">
|
||||
地图、轨迹、统计、导出是客户能直接使用的车辆服务;协议来源只进入证据和追溯。
|
||||
</Typography.Text>
|
||||
</div>
|
||||
<div className="vp-customer-service-overview-grid">
|
||||
{customerHeroActions.map((item) => (
|
||||
<button
|
||||
key={item.title}
|
||||
type="button"
|
||||
className="vp-customer-service-overview-item"
|
||||
onClick={item.onClick}
|
||||
aria-label={`客户服务总览 ${item.title} ${item.action}`}
|
||||
>
|
||||
<strong>{item.title}</strong>
|
||||
<span>{item.value}</span>
|
||||
<p>{item.detail}</p>
|
||||
<em>{item.action}</em>
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
<div className="vp-customer-service-next" aria-label="建议下一步">
|
||||
<div className="vp-customer-service-next-copy">
|
||||
<Typography.Text strong>建议下一步</Typography.Text>
|
||||
|
||||
Reference in New Issue
Block a user