이력테이블 기준 컬럼 설정 기능
This commit is contained in:
@@ -359,12 +359,9 @@ export function TableHistoryModal({
|
||||
{!recordId && (
|
||||
<td className="p-2">
|
||||
{displayValue ? (
|
||||
<div className="flex flex-col">
|
||||
<span className="font-medium text-gray-900">{displayValue}</span>
|
||||
<span className="text-xs text-gray-500">(ID: {record.original_id})</span>
|
||||
</div>
|
||||
<span className="font-medium text-gray-900">{displayValue}</span>
|
||||
) : (
|
||||
<span className="font-mono font-medium text-blue-600">{record.original_id}</span>
|
||||
<span className="text-muted-foreground text-xs">-</span>
|
||||
)}
|
||||
</td>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user