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
|
const pricePerUnit = v.raw.vatIncluded
|
||||||
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
|
? precisionRound(price / (1 + (config.value?.vat || 0.07)))
|
||||||
: price;
|
: price;
|
||||||
console.log(v);
|
|
||||||
return {
|
return {
|
||||||
id: v.id,
|
id: v.id,
|
||||||
title: v.name,
|
title: v.name,
|
||||||
|
|
@ -509,6 +508,7 @@ watch(
|
||||||
class="full-width q-py-sm q-px-md"
|
class="full-width q-py-sm q-px-md"
|
||||||
v-model:nodes="nodes"
|
v-model:nodes="nodes"
|
||||||
expandable
|
expandable
|
||||||
|
movable
|
||||||
selectable
|
selectable
|
||||||
:selected-node="selectedNode"
|
:selected-node="selectedNode"
|
||||||
@move-up="(node) => toggleMove(node, 'up')"
|
@move-up="(node) => toggleMove(node, 'up')"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue