Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 669e433c authored by Kritkhanin Anantakul's avatar Kritkhanin Anantakul
Browse files
parents c5d311a5 a1012dfd
Branches
No related tags found
No related merge requests found
......@@ -61,7 +61,8 @@ const handleDrop = (targetOrder) => {
<!-- Order Priority -->
<v-col cols="6">
<v-card class="pa-4" style="background-color: white; border-radius: 15px; min-height: 280px">
<v-card class="pa-5" style="background-color: white; border-radius: 15px; min-height: 280px">
<p class="text-center font-weight-bold mb-4 text-black" style="font-size: 20px;">ลำดับความสำคัญ</p>
<div v-for="order in orders" :key="order.id" class="order-item" draggable="true"
@dragstart="() => handleDragStart(order)" @dragover="handleDragOver" @drop="() => handleDrop(order)">
{{ order.name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment