From 8ecad328df8465b3d81c15e37943f6e9d3adf86b Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 23 十月 2023 16:32:33 +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 d8b85a2..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