#7274 fixCustomer #374

Merged
jorgep merged 30 commits from 7274-fixCustomer into dev 2024-05-16 07:05:01 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 93bbd0c222 - Show all commits

View File

@ -87,7 +87,7 @@ export default {
name: 'CustomerNotifications',
meta: {
title: 'notifications',
icon: 'notifications',
icon: 'campaign',
},
component: () =>
import(
@ -99,7 +99,7 @@ export default {
name: 'CustomerDefaulter',
meta: {
title: 'defaulter',
icon: 'vn:risk',
icon: 'vn:defaulter',
},
component: () =>
import('src/pages/Customer/Defaulter/CustomerDefaulter.vue'),