Fix product performance grouped JSON build

This commit is contained in:
M_Kececi
2026-08-18 20:30:44 +03:00
parent 04461acb58
commit d5aa43ccb5
@@ -622,7 +622,7 @@
<template #body-cell-lMiktar="props">
<q-td :props="props">
<q-input
v-model="props.row.miktarInput"
:model-value="props.row.miktarInput"
class="pcd-inline-input pcd-entry-input"
color="primary"
dense
@@ -639,7 +639,7 @@
<template #body-cell-inputPrice="props">
<q-td :props="props">
<q-input
v-model="props.row.inputPrice"
:model-value="props.row.inputPrice"
class="pcd-inline-input pcd-entry-input"
color="primary"
dense
@@ -656,7 +656,7 @@
<template #body-cell-inputPricePrBr="props">
<q-td :props="props">
<q-select
v-model="props.row.inputPricePrBr"
:model-value="props.row.inputPricePrBr"
class="pcd-inline-input pcd-entry-input"
:options="priceCurrencyOptions"
color="primary"