This commit is contained in:
@@ -296,6 +296,12 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "svc" */ "./views/svc-workorder.vue")
|
||||
},
|
||||
{
|
||||
path: "/svc-workorder-itemss",
|
||||
name: "svc-workorder-items",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "svc" */ "./views/svc-workorder-items.vue")
|
||||
},
|
||||
{
|
||||
path: "/svc-workorder-templates",
|
||||
name: "svc-workorder-templates",
|
||||
|
||||
Reference in New Issue
Block a user