chore: align
This commit is contained in:
parent
328642f6a4
commit
1cb6414c57
1 changed files with 1 additions and 1 deletions
|
|
@ -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')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue