From ec644df370356afa144f4df6da6e5de3d5a58909 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 08 七月 2024 10:14:12 +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