增添優化功能

This commit is contained in:
2026-03-16 00:38:18 +08:00
parent 38039e8dc0
commit 9068d85c92
12 changed files with 223 additions and 144 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ class _ClockInManagerState extends State<ClockInManager> {
return ListTile(
leading: Icon(Icons.access_time, color: record.typeColor),
title: Text("${record.type} - ${record.formattedDateTime}"),
subtitle: Text(record.storeId ?? ""),
subtitle: Text(record.StoreName ?? ""),
);
}
}