This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
export default {
|
||||
Customer: { Change: 32842, ReadFullRecord: 65797, Select: 131071 },
|
||||
CustomerNote: { Change: 32842, ReadFullRecord: 65797, Select: 131071 },
|
||||
CustomerNotifySubscription: {
|
||||
Change: 10,
|
||||
ReadFullRecord: 65797,
|
||||
Select: 131071
|
||||
},
|
||||
Contract: { Change: 74, ReadFullRecord: 98565, Select: 131071 },
|
||||
HeadOffice: { Change: 32842, ReadFullRecord: 65797, Select: 131071 },
|
||||
LoanUnit: { Change: 74, ReadFullRecord: 98565, Select: 131071 },
|
||||
|
||||
@@ -284,16 +284,16 @@ export default new Router({
|
||||
import(/* webpackChunkName: "cust" */ "./views/cust-head-office.vue")
|
||||
},
|
||||
{
|
||||
path: "/customer-notify-subscriptions",
|
||||
name: "customer-notify-subscriptions",
|
||||
path: "/cust-notify-subscriptions",
|
||||
name: "cust-notify-subscriptions",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "cust" */ "./views/home-notify-subscriptions.vue"
|
||||
/* webpackChunkName: "cust" */ "./views/customer-notify-subscriptions.vue"
|
||||
)
|
||||
},
|
||||
{
|
||||
path: "/customer-notify-subscriptions/:recordid",
|
||||
name: "customer-notify-subscription",
|
||||
path: "/cust-notify-subscriptions/:recordid",
|
||||
name: "cust-notify-subscription",
|
||||
component: () =>
|
||||
import(
|
||||
/* webpackChunkName: "cust" */ "./views/customer-notify-subscription.vue"
|
||||
|
||||
Reference in New Issue
Block a user