test(frontend): work on the frontend to have better admin

This commit is contained in:
2025-04-04 17:09:30 -05:00
parent e1973e4da6
commit ad5e77028d
11 changed files with 375 additions and 225 deletions

View File

@@ -32,7 +32,7 @@ let lotColumns = [
label: "AvDescription",
},
{
key: "LOT",
key: "lot",
label: "LotNumber",
},
{
@@ -208,10 +208,14 @@ export default function Lots() {
<TableCell className="font-medium">
{lot.Alias}
</TableCell>
<TableCell className="font-medium">
{lot.LOT}
<TableCell
className={`font-medium ${lot.ProlinkLot != lot.lot ? "text-red-500" : ""}`}
>
{lot.lot}
</TableCell>
<TableCell className="font-medium">
<TableCell
className={`font-medium ${lot.ProlinkLot != lot.lot ? "text-red-500" : ""}`}
>
{lot.ProlinkLot}
</TableCell>
<TableCell className="font-medium">