mpt화면 수정

This commit is contained in:
2025-12-16 16:53:23 +09:00
parent eab96e0bfc
commit f1fb7c868a
2 changed files with 264 additions and 18 deletions

View File

@@ -1678,26 +1678,19 @@ export default function CowOverviewPage() {
{/* 번식능력 탭 */}
<TabsContent value="reproduction" className="mt-6 space-y-6">
{/* 혈액화학검사(MPT) 테이블 */}
{/* 혈액화학검사(MPT) 테이블 - 추후 사용
<MptTable cowShortNo={cowNo?.slice(-4)} cowNo={cowNo} farmNo={cow?.fkFarmNo} cow={cow} genomeRequest={genomeRequest} />
{/* TODO: 번식능력 분석 결과 (추후 사용)
{hasReproductionData ? (
<div>
<h3 className="text-lg lg:text-xl font-bold text-foreground">번식능력 분석 결과</h3>
</div>
) : (
<Card className="bg-slate-50 border border-border rounded-2xl">
<CardContent className="p-8 text-center">
<Activity className="h-12 w-12 text-muted-foreground mx-auto mb-4" />
<h3 className="text-lg font-semibold text-foreground mb-2">번식능력 분석 데이터 없음</h3>
<p className="text-sm text-muted-foreground">
이 개체는 아직 번식능력 분석이 완료되지 않았습니다.
</p>
</CardContent>
</Card>
)}
*/}
<Card className="bg-slate-50 border border-border rounded-2xl">
<CardContent className="p-8 text-center">
<Activity className="h-12 w-12 text-muted-foreground mx-auto mb-4" />
<h3 className="text-lg font-semibold text-foreground mb-2"> </h3>
<p className="text-sm text-muted-foreground">
.
</p>
</CardContent>
</Card>
</TabsContent>
</Tabs>
</div>