Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
cf9e9a2f
Commit
cf9e9a2f
authored
Apr 02, 2019
by
chase
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
0604c7f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
vat.json
atms-web/src/main/webapp/app-resources/i18n/zh-CN/vat.json
+2
-0
vat-report-layout.html
...p/app/vat/report/vat-report-layout/vat-report-layout.html
+2
-2
No files found.
atms-web/src/main/webapp/app-resources/i18n/zh-CN/vat.json
View file @
cf9e9a2f
...
...
@@ -2231,6 +2231,8 @@
"Operater"
:
"操作员"
,
"OperateTime"
:
"操作时间"
,
"HistoryVersion"
:
"历史版本"
,
"ReportUploadDetail"
:
"历史版本计算表"
,
"RepUploadDtlColSerialNo"
:
"序号"
,
"RepUploadDtlColCreateTime"
:
"保存时间"
,
...
...
atms-web/src/main/webapp/app/vat/report/vat-report-layout/vat-report-layout.html
View file @
cf9e9a2f
...
...
@@ -26,7 +26,7 @@
<div
class=
"group-section"
ng-click=
"uploadliShow=!uploadliShow;"
>
<i
class=
"fa toggle-group-icon"
ng-class=
"'fa-chevron-down'"
aria-hidden=
"true"
></i>
<label
class=
"tree-toggle nav-header"
translate=
""
>
历史版本
</label>
<label
class=
"tree-toggle nav-header"
translate=
""
>
{{'HistoryVersion' | translate }}
</label>
</div>
<div
class=
"divider"
></div>
...
...
@@ -34,7 +34,7 @@
<div
class=
"li tree"
>
<a
ng-class=
"'active'"
ui-sref-active=
"active"
ui-sref=
".reportUploadView()"
class=
"active"
>
历史版本计算表
</a>
class=
"active"
>
{{'ReportUploadDetail' | translate }}
</a>
</div>
</div>
</li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment