Merge remote-tracking branch 'origin/main'

This commit is contained in:
Kasi
2025-05-30 09:08:41 +09:00

View File

@@ -633,7 +633,7 @@ const moveDown = (index: number) => {
<span v-else-if="column.key === 'actions'" class="flex gap-1"> <span v-else-if="column.key === 'actions'" class="flex gap-1">
<VCustomButton @click="moveUp(index)" icon="lucide:chevron-up" /> <VCustomButton @click="moveUp(index)" icon="lucide:chevron-up" />
<VCustomButton @click="moveDown(index)" icon="lucide:chevron-down" /> <VCustomButton @click="moveDown(index)" icon="lucide:chevron-down" />
<VCustomButton @click="onPriceDelete(index)" icon="lucide:x" /> <VCustomButton @click="onPriceDelete(index)">{{"삭제"}}</VCustomButton>
</span> </span>
<span v-else>{{value}}</span> <span v-else>{{value}}</span>
</div> </div>