BETA for new DB
This commit is contained in:
@@ -107,7 +107,6 @@ const getAvailableQueryStringData = (keys) => {
|
||||
returnString += `${key}=${value}`
|
||||
} else {
|
||||
returnString += `&${key}=${value}`
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -9,5 +9,5 @@ const props = defineProps({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<span>{{props.row.purchasePrice ? useCurrency(props.row.purchasePrice) : ''}}</span>
|
||||
<span>{{props.row.purchase_price ? useCurrency(props.row.purchase_price) : ''}}</span>
|
||||
</template>
|
||||
|
||||
@@ -9,5 +9,5 @@ const props = defineProps({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<span>{{props.row.sellingPrice ? useCurrency(props.row.sellingPrice) : ''}}</span>
|
||||
<span>{{props.row.selling_price ? useCurrency(props.row.selling_price) : ''}}</span>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user