refactor: expose ETC integration readiness

This commit is contained in:
kkfluous
2026-08-07 15:00:58 +08:00
parent cdf1fd27e7
commit 0fb62135f3
8 changed files with 363 additions and 76 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ export default function EtcModule() {
return (
<PageFrame
title="ETC 通行费看板"
subtitle="规划按车、按月、按线路拆分通行费,让车辆运营成本口径逐步完整。"
subtitle="区分通行记录与结算账单口径,展示通行费、服务费、车辆规模及数据同步状态。"
icon={Receipt}
eyebrow="ETC BI"
meta="数据对接中 · 页面能力预留"
meta="真实接入状态 · 指标口径已发布"
>
<ETCView />
</PageFrame>