feat(platform): add mobile vehicle service dock

This commit is contained in:
lingniu
2026-07-06 01:06:59 +08:00
parent cd5336f353
commit 6da5f77267
3 changed files with 109 additions and 0 deletions

View File

@@ -346,6 +346,18 @@ export function AppShell({
/>
<Button theme="solid" type="primary" loading={searching} onClick={search}></Button>
</Space>
<nav className="vp-mobile-service-dock" aria-label="移动端车辆服务快捷入口">
{deliveryActions.map((item) => (
<button
key={item.page}
type="button"
aria-label={`移动端车辆服务快捷入口 ${item.label}`}
onClick={() => (onCustomerTask ?? onChange)(item.page)}
>
{item.label}
</button>
))}
</nav>
<div className="vp-topbar-context">
<div className="vp-service-delivery-strip" aria-label="车辆服务交付条">
<div className="vp-service-delivery-strip-head">