diff --git a/artboards/integration.jsx b/artboards/integration.jsx index fb0df51..1dd0395 100644 --- a/artboards/integration.jsx +++ b/artboards/integration.jsx @@ -364,7 +364,8 @@ const ArtboardIntegration = () => { ) : } - {fmtDate(v.onboardAt)} + {/* 完全未对接的车辆从未接入,不显示接入时间 */} + {flagged ? : fmtDate(v.onboardAt)}