From d9271883338de97164a36ea9a1e5fc7eef73e64d Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期三, 04 十月 2023 14:38:25 +0800 Subject: [PATCH] # --- src/main/webapp/views/pipeline.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html index 354cc5e..c549366 100644 --- a/src/main/webapp/views/pipeline.html +++ b/src/main/webapp/views/pipeline.html @@ -103,7 +103,7 @@ <th>绌烘澘淇″彿</th> <th>鐩爣绔�</th> <th>鎻愬崌鏈哄埌浣嶄俊鍙�</th> - <th>棰勭暀</th> + <th>楂樹綆淇″彿</th> </tr> </thead> <!-- 琛ㄦ牸鍐呭 --> @@ -290,7 +290,7 @@ 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].liftArrival); - setVal(tr.children("td").eq(10), table[i-1].shuttleTakeEnable); + setVal(tr.children("td").eq(10), table[i-1].locType1); } } else if (res.code === 403){ window.location.href = baseUrl+"/login"; -- Gitblit v1.9.1