diff --git a/src/components/GanttChart/GanttChart.vue b/src/components/GanttChart/GanttChart.vue index aadebd532b8c01c6ac5b0bbd0d91f4e59b03b501..392e37e717efbfe44e4a8f52e9112a1014ad85fd 100644 --- a/src/components/GanttChart/GanttChart.vue +++ b/src/components/GanttChart/GanttChart.vue @@ -114,8 +114,8 @@ const pageContext = usePageContextStore(); const ORDER_COLORS = ['#FFCDD2', '#FFE0B2', '#90CAF9']; // แดงอ่อน, ส้มอ่อน, น้ำเงินอ่อน const SPECIAL_COLORS: Record<string, string> = { - 'ผลิตเผื่อ': '#9E9E9E', // เทา - 'เปลี่ยนขนาด': '#B3E5FC', // ฟ้าอ่อน + 'ผลิตเผื่อ': '#94f397', + 'เปลี่ยนขนาด': '#B3E5FC', }; // ใช้ currentPage เป็น pagenum จาก pageContext