|
@@ -321,7 +321,7 @@ export default class SharedService implements ILogerService {
|
|
{
|
|
{
|
|
title: 'TIT_ROOMREV',
|
|
title: 'TIT_ROOMREV',
|
|
url: '/po/roomrev',
|
|
url: '/po/roomrev',
|
|
- icon: Icon.peopleOutline,
|
|
|
|
|
|
+ icon: Icon.idCardOutline,
|
|
role: 'po',
|
|
role: 'po',
|
|
get selected() {
|
|
get selected() {
|
|
return this._routeLocation && this._routeLocation.path.startsWith(this.url);
|
|
return this._routeLocation && this._routeLocation.path.startsWith(this.url);
|
|
@@ -330,7 +330,7 @@ export default class SharedService implements ILogerService {
|
|
{
|
|
{
|
|
title: 'TIT_ROOMAPP',
|
|
title: 'TIT_ROOMAPP',
|
|
url: '/po/roomapp',
|
|
url: '/po/roomapp',
|
|
- icon: Icon.idCardOutline,
|
|
|
|
|
|
+ icon: Icon.peopleOutline,
|
|
role: 'po',
|
|
role: 'po',
|
|
get selected() {
|
|
get selected() {
|
|
return this._routeLocation && this._routeLocation.path.startsWith(this.url);
|
|
return this._routeLocation && this._routeLocation.path.startsWith(this.url);
|