This commit is contained in:
2021-04-01 21:24:22 +00:00
parent b534eaea30
commit 258b747159
3 changed files with 15 additions and 1 deletions

View File

@@ -290,6 +290,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "svc" */ "./views/svc-workorders.vue")
},
{
path: "/svc-workorders/:recordid",
name: "workorder-edit",
component: () =>
import(/* webpackChunkName: "svc" */ "./views/svc-workorder.vue")
},
{
path: "/svc-workorder-templates",
name: "svc-workorder-templates",