增添優化功能
This commit is contained in:
@@ -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 ?? ""),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user