diff --git a/src/app/(protected)/orders/page.tsx b/src/app/(protected)/orders/page.tsx index 9d92149..9116562 100644 --- a/src/app/(protected)/orders/page.tsx +++ b/src/app/(protected)/orders/page.tsx @@ -125,6 +125,9 @@ const pill = (t: Tone) => const U = (s: string) => s.toUpperCase(); +// เส้นคอลัมน์โทนอ่อน (ใช้กับทั้ง th/td) +const COL_BORDER = "border-r border-neutral-200/60 last:border-r-0"; + const IconLabel = ({ Icon, label, pillTone }: { Icon: LucideIcon; label: string; pillTone?: Tone }) => { const content = ( @@ -226,7 +229,7 @@ const renderWarehouse = (w: Order["warehouseCode"]) => { return ; }; -/* For selects (native