Fix product performance grouped JSON build
This commit is contained in:
@@ -622,7 +622,7 @@
|
|||||||
<template #body-cell-lMiktar="props">
|
<template #body-cell-lMiktar="props">
|
||||||
<q-td :props="props">
|
<q-td :props="props">
|
||||||
<q-input
|
<q-input
|
||||||
v-model="props.row.miktarInput"
|
:model-value="props.row.miktarInput"
|
||||||
class="pcd-inline-input pcd-entry-input"
|
class="pcd-inline-input pcd-entry-input"
|
||||||
color="primary"
|
color="primary"
|
||||||
dense
|
dense
|
||||||
@@ -639,7 +639,7 @@
|
|||||||
<template #body-cell-inputPrice="props">
|
<template #body-cell-inputPrice="props">
|
||||||
<q-td :props="props">
|
<q-td :props="props">
|
||||||
<q-input
|
<q-input
|
||||||
v-model="props.row.inputPrice"
|
:model-value="props.row.inputPrice"
|
||||||
class="pcd-inline-input pcd-entry-input"
|
class="pcd-inline-input pcd-entry-input"
|
||||||
color="primary"
|
color="primary"
|
||||||
dense
|
dense
|
||||||
@@ -656,7 +656,7 @@
|
|||||||
<template #body-cell-inputPricePrBr="props">
|
<template #body-cell-inputPricePrBr="props">
|
||||||
<q-td :props="props">
|
<q-td :props="props">
|
||||||
<q-select
|
<q-select
|
||||||
v-model="props.row.inputPricePrBr"
|
:model-value="props.row.inputPricePrBr"
|
||||||
class="pcd-inline-input pcd-entry-input"
|
class="pcd-inline-input pcd-entry-input"
|
||||||
:options="priceCurrencyOptions"
|
:options="priceCurrencyOptions"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user