From d3de307cf336c75c284f9211f30b0e95d411d248 Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期一, 25 十一月 2024 14:11:16 +0800
Subject: [PATCH] 移除AgvWrkMastScheduler日志输出优化

---
 src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js b/src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js
index 8ee63da..c1ea1b6 100644
--- a/src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js
+++ b/src/main/webapp/static/js/agvWrkDetlLog/wrkDetlLog.js
@@ -2,7 +2,7 @@
 function getCol() {
     var cols = [
         {field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'}
-        ,{field: 'ioTime$', align: 'center',title: '宸ヤ綔鏃堕棿'}
+        ,{field: 'modiTime$', align: 'center',title: '宸ヤ綔鏃堕棿'}
     ];
     cols.push(
         //{field: 'suppCode', align: 'center',title: '璐ф灦鐮�'},

--
Gitblit v1.9.1