Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
style: cost menu active status
Browse files Browse the repository at this point in the history
  • Loading branch information
hibig committed Aug 19, 2023
1 parent c8f5bd3 commit 95d80bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/cost-management/analyse/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default [
ignoreCache: true,
locale: 'menu.costManagement.analyse',
requiresAuth: true,
selectedMenu: COSTMANAGEMENT.PageIndex,
permission: {
resource: Resources.Costs,
actions: ['POST']
Expand Down Expand Up @@ -61,6 +62,7 @@ export default [
ignoreCache: true,
locale: 'cost.analyse.menu',
requiresAuth: true,
selectedMenu: COSTMANAGEMENT.PageIndex,
permission: {
resource: Resources.Costs,
actions: ['POST']
Expand Down

0 comments on commit 95d80bb

Please sign in to comment.