Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit a8365995 authored by Kritkhanin Anantakul's avatar Kritkhanin Anantakul
Browse files
parents 4af52962 e322fe31
No related branches found
No related tags found
No related merge requests found
...@@ -162,9 +162,9 @@ const pageContext = usePageContextStore() ...@@ -162,9 +162,9 @@ const pageContext = usePageContextStore()
const ORDER_COLORS = ['#FFCDD2', '#FFE0B2', '#90CAF9'] // แดงอ่อน, ส้มอ่อน, น้ำเงินอ่อน const ORDER_COLORS = ['#FFCDD2', '#FFE0B2', '#90CAF9'] // แดงอ่อน, ส้มอ่อน, น้ำเงินอ่อน
const SPECIAL_COLORS: Record<string, string> = { const SPECIAL_COLORS: Record<string, string> = {
ผลิตเผื่อ: '#94f397', 'ผลิตเผื่อ': '#94f397',
เปลี่ยนขนาด: '#B3E5FC' 'เปลี่ยนขนาด': '#B3E5FC',
} };
// ใช้ currentPage เป็น pagenum จาก pageContext // ใช้ currentPage เป็น pagenum จาก pageContext
const currentPage = computed({ const currentPage = computed({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment