Commit cf9e9a2f authored by chase's avatar chase

fix bug

parent 0604c7f1
...@@ -2231,6 +2231,8 @@ ...@@ -2231,6 +2231,8 @@
"Operater": "操作员", "Operater": "操作员",
"OperateTime": "操作时间", "OperateTime": "操作时间",
"HistoryVersion": "历史版本",
"ReportUploadDetail": "历史版本计算表", "ReportUploadDetail": "历史版本计算表",
"RepUploadDtlColSerialNo": "序号", "RepUploadDtlColSerialNo": "序号",
"RepUploadDtlColCreateTime": "保存时间", "RepUploadDtlColCreateTime": "保存时间",
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<div class="group-section" ng-click="uploadliShow=!uploadliShow;"> <div class="group-section" ng-click="uploadliShow=!uploadliShow;">
<i class="fa toggle-group-icon" ng-class="'fa-chevron-down'" <i class="fa toggle-group-icon" ng-class="'fa-chevron-down'"
aria-hidden="true"></i> aria-hidden="true"></i>
<label class="tree-toggle nav-header" translate="">历史版本</label> <label class="tree-toggle nav-header" translate="">{{'HistoryVersion' | translate }}</label>
</div> </div>
<div class="divider"></div> <div class="divider"></div>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<div class="li tree"> <div class="li tree">
<a ng-class="'active'" ui-sref-active="active" <a ng-class="'active'" ui-sref-active="active"
ui-sref=".reportUploadView()" ui-sref=".reportUploadView()"
class="active">历史版本计算表</a> class="active">{{'ReportUploadDetail' | translate }}</a>
</div> </div>
</div> </div>
</li> </li>
......
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