This commit is contained in:
2021-01-01 20:02:04 +00:00
parent 6cac2b16b6
commit 2faf3f2f10
3 changed files with 1428 additions and 12 deletions

View File

@@ -322,6 +322,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "svc" */ "./views/svc-units.vue")
},
{
path: "/svc-units/:recordid",
name: "unit-edit",
component: () =>
import(/* webpackChunkName: "svc" */ "./views/svc-unit.vue")
},
{
path: "/svc-unit-models",
name: "svc-unit-models",