src/main/webapp/views/pipeline.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/views/pipeline.html
@@ -470,6 +470,8 @@ </footer> </body> <script> var outputDom = document.getElementById("output"); // 空白表格渲染 $(document).ready(function() { var one = $('#plc-error-table thead').height(); @@ -487,8 +489,12 @@ $('#plc-error-table tbody').after(html); }); // plc异常输入 function addPlcError(val) { } // 日志输出框 var outputDom = document.getElementById("output"); function output(content){ outputDom.value += content; outputDom.scrollTop = outputDom.scrollHeight;