From c6b7d0cf11f5390d09670b2d0b8796af76e304cd Mon Sep 17 00:00:00 2001 From: kkfluous Date: Tue, 28 Apr 2026 16:00:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(integration):=20=E5=AE=8C=E5=85=A8=E6=9C=AA?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E7=9A=84=E8=BD=A6=E8=BE=86=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=8E=A5=E5=85=A5=E6=97=B6=E9=97=B4=EF=BC=88=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=20=E2=80=94=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artboards/integration.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)}