src/main/webapp/views/console.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/views/console.html
@@ -594,7 +594,11 @@ col = '<button class="item" style="font-size: 24px">⚡</button>'; break; default: col = '<button class="item">' + idx + '</button>'; let val = idx; if (colData.data.length > 0) { val = colData.data } col = '<button class="item">' + val + '</button>'; } if(rowData.length - 2 == idx){