|
+
@@ -1471,6 +1582,47 @@ setupPage()
+
+
+
+
+ Dieselverbrauch bearbeiten
+
+
+
+
+ L
+
+
+
+
+
+
+ €/L
+
+
+
+
+
+ Speichern
+
+
+
+
+
|
{
}
const cancelEditorCreate = () => {
- if(itemInfo.value) {
+ if(itemInfo.value.id) {
router.push(`/vehicles/show/${itemInfo.value.id}`)
} else {
router.push(`/vehicles`)
@@ -207,6 +207,10 @@ setupPage()
| Tankvolumen: |
{{itemInfo.tankSize !== 0 ? `${itemInfo.tankSize} L` : "Kein Tank verbaut"}} |
+