vehicle update and code

This commit is contained in:
Julian Krauser 2025-05-13 12:30:57 +02:00
parent 8766bbce08
commit 0ea9601ea3
8 changed files with 135 additions and 112 deletions

View file

@ -442,7 +442,7 @@ const router = createRouter({
{
path: "edit",
name: "admin-unit-vehicle-edit",
component: () => import("@/views/admin/ViewSelect.vue"),
component: () => import("@/views/admin/unit/vehicle/UpdateVehicle.vue"),
meta: { type: "update", section: "unit", module: "vehicle" },
beforeEnter: [abilityAndNavUpdate],
props: true,