This commit is contained in:
@@ -788,11 +788,25 @@ export default new Router({
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/customer-csr-list",
|
||||
name: "customer-csr-list",
|
||||
path: "/customer-workorders/:recordid",
|
||||
name: "customer-workorder-edit",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "customer" */ "./views/customer-csr-list.vue"
|
||||
/* webpackChunkName: "customer" */ "./views/customer-workorder.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/customer-csr",
|
||||
name: "customer-csr",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "customer" */ "./views/customer-csr.vue")
|
||||
},
|
||||
{
|
||||
path: "/customer-csr/:recordid",
|
||||
name: "customer-csr-edit",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "customer" */ "./views/customer-csr-edit.vue"
|
||||
)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user