diff --git a/src/pages/Item/ItemFixedPrice.vue b/src/pages/Item/ItemFixedPrice.vue index 2ecd1f21b..41f2bac2f 100644 --- a/src/pages/Item/ItemFixedPrice.vue +++ b/src/pages/Item/ItemFixedPrice.vue @@ -1,7 +1,7 @@ - onWarehousesFetched(data)" - /> - - - + :is-editable="false" + :use-model="true" + > + + + {{ row?.description }} + + {{ row?.subName.toUpperCase() }} + + + - - - - - - - - - - - - - - - - - - - #{{ scope.opt?.id }} - {{ scope.opt?.name }} - - - - - - - - - - {{ row.name }} - - - - - - - - - € - - - - - - - € - - - - - - - - - - - - - - - - - - - - - - - - - - - - - removePrice(row.id, rowIndex) - ) - " - > - - {{ t('Delete') }} - - - - - - - - - {{ t('Add fixed price') }} - - - - - - - - - {{ t('Edit fixed price(s)') }} - - - - - - +