Some work on customers view #3
This commit is contained in:
@@ -133,7 +133,7 @@ const recalculatePositions = () => {
|
||||
|
||||
<!-- Preis -->
|
||||
<TableCell class="w-1/8 text-right tabular-nums">
|
||||
<NumberInput :modelValue="Number(element.price)"
|
||||
<NumberInput v-model="element.price"
|
||||
class="bg-transparent p-1 h-7! dark:bg-transparent hover:bg-background/66 dark:hover:bg-background/66 rounded shadow-none!" />
|
||||
</TableCell>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user