라벨명 표시기능

This commit is contained in:
kjs
2025-09-08 14:20:01 +09:00
parent 1eeda775ef
commit 2d07041110
20 changed files with 1415 additions and 497 deletions

View File

@@ -386,7 +386,7 @@ export default function ScreenList({ onScreenSelect, selectedScreen, onDesignScr
</Badge>
</TableCell>
<TableCell>
<span className="font-mono text-sm text-gray-600">{screen.tableName}</span>
<span className="font-mono text-sm text-gray-600">{screen.tableLabel || screen.tableName}</span>
</TableCell>
<TableCell>
<Badge
@@ -504,7 +504,7 @@ export default function ScreenList({ onScreenSelect, selectedScreen, onDesignScr
</Badge>
</TableCell>
<TableCell>
<span className="font-mono text-sm text-gray-600">{screen.tableName}</span>
<span className="font-mono text-sm text-gray-600">{screen.tableLabel || screen.tableName}</span>
</TableCell>
<TableCell>
<div className="text-sm text-gray-600">{screen.deletedDate?.toLocaleDateString()}</div>