This commit is contained in:
@@ -412,6 +412,22 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "svc" */ "./views/svc-quote.vue")
|
||||
},
|
||||
|
||||
{
|
||||
path: "/svc-quote-status",
|
||||
name: "svc-quote-status",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "svc" */ "./views/svc-quote-status.vue")
|
||||
},
|
||||
{
|
||||
path: "/svc-quote-status/:recordid",
|
||||
name: "svc-quote-status-edit",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "svc" */ "./views/svc-quote-status-edit.vue"
|
||||
)
|
||||
},
|
||||
|
||||
{
|
||||
path: "/svc-pm-list",
|
||||
name: "svc-pm-list",
|
||||
|
||||
Reference in New Issue
Block a user