|
@@ -52,7 +52,7 @@ export const AttendanceRecordItem: React.FC<AttendanceRecordItemProps> = ({ reco
|
|
|
return (
|
|
return (
|
|
|
<View className="flex justify-between items-center p-3 border border-gray-100 rounded-lg">
|
|
<View className="flex justify-between items-center p-3 border border-gray-100 rounded-lg">
|
|
|
{/* 左侧:日期和时间 */}
|
|
{/* 左侧:日期和时间 */}
|
|
|
- <View>
|
|
|
|
|
|
|
+ <View className="flex flex-col">
|
|
|
<Text className="text-sm font-medium text-gray-800">{dateDisplay} {record.weekday}</Text>
|
|
<Text className="text-sm font-medium text-gray-800">{dateDisplay} {record.weekday}</Text>
|
|
|
<View className="flex text-xs text-gray-500 mt-1">
|
|
<View className="flex text-xs text-gray-500 mt-1">
|
|
|
<Text className="mr-3">上班: {record.checkInTime}</Text>
|
|
<Text className="mr-3">上班: {record.checkInTime}</Text>
|