|
@@ -139,7 +139,7 @@ function renderTab(data, activePage) {
|
|
|
<td class="textCenter">${(activePage - 1) * 15 + i + 1}</td>
|
|
|
<td data-model="${item.operationName}">${item.operationName}</td>
|
|
|
<td class="operationDate">${item.operationDate}</td>
|
|
|
- <td class="operationIp">${item.operationIp}</td>
|
|
|
+ <td class="operationIp">${item.operationIp||"-"}</td>
|
|
|
<td class="operationRecord">${item.operationRecord}</td>
|
|
|
</tr>
|
|
|
`
|