mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 01:22:33 +09:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -633,7 +633,7 @@ const moveDown = (index: number) => {
|
||||
<span v-else-if="column.key === 'actions'" class="flex gap-1">
|
||||
<VCustomButton @click="moveUp(index)" icon="lucide:chevron-up" />
|
||||
<VCustomButton @click="moveDown(index)" icon="lucide:chevron-down" />
|
||||
<VCustomButton @click="onPriceDelete(index)" icon="lucide:x" />
|
||||
<VCustomButton @click="onPriceDelete(index)">{{"삭제"}}</VCustomButton>
|
||||
</span>
|
||||
<span v-else>{{value}}</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user