This commit is contained in:
2020-12-31 01:16:45 +00:00
parent c8dcb17166
commit 278c4a0d7b
6 changed files with 1028 additions and 20 deletions

View File

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