This commit is contained in:
2020-12-02 19:30:13 +00:00
parent a11c1a460c
commit 85e447a7ff
7 changed files with 1713 additions and 31 deletions

View File

@@ -179,12 +179,6 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "cust" */ "./views/cust-customer-note.vue")
},
{
path: "/cust-headoffices",
name: "cust-headoffices",
component: () =>
import(/* webpackChunkName: "cust" */ "./views/cust-headoffices.vue")
},
{
path: "/cust-users",
name: "cust-users",
@@ -197,6 +191,18 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "cust" */ "./views/cust-user.vue")
},
{
path: "/cust-head-offices",
name: "cust-head-offices",
component: () =>
import(/* webpackChunkName: "cust" */ "./views/cust-head-offices.vue")
},
{
path: "/cust-head-offices/:recordid",
name: "head-office-edit",
component: () =>
import(/* webpackChunkName: "cust" */ "./views/cust-head-office.vue")
},
{
path: "/svc-schedule",
name: "svc-schedule",