Commit 68b886f0 authored by gary's avatar gary

1、fixbug

parent bcf788a6
...@@ -26,11 +26,11 @@ function ($scope, $log, $translate, $location, loginContext, enums, vatSessionSe ...@@ -26,11 +26,11 @@ function ($scope, $log, $translate, $location, loginContext, enums, vatSessionSe
}, },
{ {
name: 'profitLoss', permission: constant.vatPermission.dataPreview.profitLoss.queryCode, name: 'profitLoss', permission: constant.vatPermission.dataPreview.profitLoss.queryCode,
text: $translate.instant('profitLoss'), icon: 'fa fa-file-text-o', show: true text: $translate.instant('profitLossPRC'), icon: 'fa fa-file-text-o', show: true
}, },
{ {
name: 'offBalanceSheet', permission: constant.vatPermission.dataPreview.offBalanceSheet.queryCode, name: 'offBalanceSheet', permission: constant.vatPermission.dataPreview.offBalanceSheet.queryCode,
text: $translate.instant('offBalanceSheet'), icon: 'fa fa-file-text-o', show: true text: $translate.instant('offBalanceSheetPRC'), icon: 'fa fa-file-text-o', show: true
}, },
{ {
name: 'journal', permission: constant.vatPermission.dataPreview.journal.queryCode, name: 'journal', permission: constant.vatPermission.dataPreview.journal.queryCode,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment