chore: align

This commit is contained in:
puriphatt 2024-10-09 18:10:11 +07:00
parent 328642f6a4
commit 1cb6414c57

View file

@ -282,7 +282,6 @@ function mapNode() {
const pricePerUnit = v.raw.vatIncluded
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
: price;
console.log(v);
return {
id: v.id,
title: v.name,
@ -509,6 +508,7 @@ watch(
class="full-width q-py-sm q-px-md"
v-model:nodes="nodes"
expandable
movable
selectable
:selected-node="selectedNode"
@move-up="(node) => toggleMove(node, 'up')"