日志VoIP删除多余时间字段,更改国际化错误
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user