|
|
@@ -321,7 +321,7 @@ const TalentManagement: React.FC<TalentManagementProps> = () => {
|
|
|
</View>
|
|
|
<View className="flex-1 ml-3">
|
|
|
<View className="flex justify-between items-start">
|
|
|
- <View>
|
|
|
+ <View className="flex flex-col">
|
|
|
<Text className="font-semibold text-gray-800">{talent.name}</Text>
|
|
|
<Text className="text-xs text-gray-500">
|
|
|
{talent.disabilityType || '未指定'} · {talent.disabilityLevel || '未分级'} · {talent.gender} · {calculateAge(talent.birthDate)}
|