fix: icons
gitea/salix-front/pipeline/pr-test This commit looks good
Details
gitea/salix-front/pipeline/pr-test This commit looks good
Details
This commit is contained in:
parent
22356966e1
commit
93bbd0c222
|
@ -87,7 +87,7 @@ export default {
|
||||||
name: 'CustomerNotifications',
|
name: 'CustomerNotifications',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'notifications',
|
title: 'notifications',
|
||||||
icon: 'notifications',
|
icon: 'campaign',
|
||||||
},
|
},
|
||||||
component: () =>
|
component: () =>
|
||||||
import(
|
import(
|
||||||
|
@ -99,7 +99,7 @@ export default {
|
||||||
name: 'CustomerDefaulter',
|
name: 'CustomerDefaulter',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'defaulter',
|
title: 'defaulter',
|
||||||
icon: 'vn:risk',
|
icon: 'vn:defaulter',
|
||||||
},
|
},
|
||||||
component: () =>
|
component: () =>
|
||||||
import('src/pages/Customer/Defaulter/CustomerDefaulter.vue'),
|
import('src/pages/Customer/Defaulter/CustomerDefaulter.vue'),
|
||||||
|
|
Loading…
Reference in New Issue