This commit is contained in:
2020-11-11 15:55:31 +00:00
parent 2a40dc754b
commit 72cd1d89ba
4 changed files with 964 additions and 13 deletions

View File

@@ -163,6 +163,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "cust" */ "./views/cust-customers.vue")
},
{
path: "/cust-customers/:recordid",
name: "customer-edit",
component: () =>
import(/* webpackChunkName: "cust" */ "./views/cust-customer.vue")
},
{
path: "/cust-headoffices",
name: "cust-headoffices",