Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 267419e7 authored by Kritkhanin Anantakul's avatar Kritkhanin Anantakul
Browse files

้add head and fix time

parent 41c6eb42
No related branches found
No related tags found
No related merge requests found
...@@ -110,8 +110,8 @@ onMounted(() => { ...@@ -110,8 +110,8 @@ onMounted(() => {
// State สำหรับ Gantt Chart // State สำหรับ Gantt Chart
const showAddDialog = ref(false); const showAddDialog = ref(false);
const selectedDate = ref('2025-01-01'); const selectedDate = ref('2025-01-01');
const startTime = ref('08:00'); const startTime = ref('06:00');
const endTime = ref('17:00'); const endTime = ref('20:00');
const draggingQueue = ref<any | null>(null); const draggingQueue = ref<any | null>(null);
const dragOffset = ref(0); const dragOffset = ref(0);
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
font-size: 30px; font-size: 30px;
font-weight: bold; font-weight: bold;
margin: 10px 0 10px 30px; margin: 10px 0 10px 30px;
color: #333; color: #000000;
} }
......
...@@ -40,6 +40,7 @@ const handleDrop = (targetOrder) => { ...@@ -40,6 +40,7 @@ const handleDrop = (targetOrder) => {
</script> </script>
<template> <template>
<div class="gantt-title">ตารางคิวการผลิต</div>
<v-container class="pa-0"> <v-container class="pa-0">
<!-- Gantt chart --> <!-- Gantt chart -->
<v-sheet class="pa-1 mb-3" <v-sheet class="pa-1 mb-3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment