From 01a2d01abeadef5488a100ddf58a22dbcf7b95d6 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期二, 23 四月 2024 20:18:03 +0800 Subject: [PATCH] # --- src/main/webapp/views/pipeline.html | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html index 4ed983e..740d057 100644 --- a/src/main/webapp/views/pipeline.html +++ b/src/main/webapp/views/pipeline.html @@ -61,7 +61,7 @@ <table id="plc-error-table"> <thead> <tr> - <th style="width: 200px">搴忓彿</th> + <th style="width: 200px">绔欑偣</th> <th style="width: 400px">PLC閿欒鎻忚堪</th> <th style="width: 400px">寮傚父</th> </tr> @@ -91,6 +91,8 @@ <th>绌烘澘淇″彿</th> <th>鐩爣绔�</th> <th>楂樹綆搴撲綅</th> + <th>鑷姩鍑�</th> + <th>鑷姩鍏�</th> </tr> </thead> <!-- 琛ㄦ牸鍐呭 --> @@ -279,6 +281,8 @@ setVal(tr.children("td").eq(7), table[i-1].emptyMk); setVal(tr.children("td").eq(8), table[i-1].staNo); setVal(tr.children("td").eq(9), table[i-1].locType1); + setVal(tr.children("td").eq(10), table[i-1].autoOut); + setVal(tr.children("td").eq(11), table[i-1].autoIn); } } else if (res.code === 403){ window.location.href = baseUrl+"/login"; @@ -365,6 +369,8 @@ " <td></td>\n" + " <td></td>\n" + " <td></td>\n" + + " <td></td>\n" + + " <td></td>\n" + " </tr>\n"; } $('#site-table tbody').after(html); -- Gitblit v1.9.1