日志VoIP删除多余时间字段,更改国际化错误

This commit is contained in:
zhanghongqing
2018-07-20 09:32:17 +08:00
parent f9f6fc5271
commit afda10b3cb
2 changed files with 1 additions and 3 deletions

View File

@@ -173,7 +173,6 @@ $(document).ready(function(){
<th><spring:message code='recv_time'/></th>
<th><spring:message code='protocol'/></th>
<th><spring:message code='voip_recv_time'/></th>
<th><spring:message code='duation'/></th>
<th><spring:message code='voip_protocol'/></th>
<th><spring:message code='calling_account'/></th>
@@ -220,7 +219,6 @@ $(document).ready(function(){
<td>${log.recvTime}</td>
<td>${log.transProto}</td>
<td>${log.recvTime}</td>
<td>${log.duation}</td>
<td>${log.protocol}</td>
<td>${log.callingAccount}</td>