From 748d2d7f2c1b898517b9debc4feb4d80c34e53e7 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期四, 11 七月 2024 17:52:15 +0800 Subject: [PATCH] 屏蔽深库位出库浅库位有货问题 --- src/main/webapp/views/taskWrkLog/taskWrkLog.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/taskWrkLog/taskWrkLog.html b/src/main/webapp/views/taskWrkLog/taskWrkLog.html index a20a4ce..9ef3e8d 100644 --- a/src/main/webapp/views/taskWrkLog/taskWrkLog.html +++ b/src/main/webapp/views/taskWrkLog/taskWrkLog.html @@ -77,6 +77,8 @@ </el-table-column> <el-table-column property="durationTime" label="鎸佺画鏃堕暱"> </el-table-column> + <el-table-column property="completeTime$" label="缁撴潫鏃堕棿"> + </el-table-column> <el-table-column property="ioType$" label="浠诲姟绫诲瀷"> </el-table-column> <el-table-column property="startPoint" label="璧风偣浣嶇疆"> -- Gitblit v1.9.1