From dbf3f3becbf650a1f13a91509ef3ef87ec56e291 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sun, 29 Mar 2026 09:50:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E6=9C=9F=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E4=B8=BAyyyy-MM-dd=E3=80=81=E5=87=BA=E5=8B=A4?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E5=8F=A6=E8=B5=B7=E4=B8=80=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 本周还车/交车/替换的日期从ISO格式截取前10位 - 出勤说明移到切换按钮下方单独一行 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0ea49ac..99bef72 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1456,8 +1456,6 @@ export default function App() { - *说明:当天里程>0即为出勤。 -
{deptViewMode === 'manager' && (
@@ -1479,6 +1477,9 @@ export default function App() { )}
+
+ *说明:当天里程>0即为出勤。 +
{/* Desktop Table View */}
@@ -2657,7 +2658,7 @@ export default function App() { {v.plate_number} {v.customer_name || '—'} - {v.handover_date || '—'} + {v.handover_date ? v.handover_date.slice(0, 10) : '—'} ))}