From c8d0e05c547a849da6d7eab25ce1478f304455e9 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期五, 30 一月 2026 13:48:35 +0800
Subject: [PATCH] 注释掉多余的
---
src/main/webapp/static/js/report/workOut.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/report/workOut.js b/src/main/webapp/static/js/report/workOut.js
index e9ee07a..56b8993 100644
--- a/src/main/webapp/static/js/report/workOut.js
+++ b/src/main/webapp/static/js/report/workOut.js
@@ -4,6 +4,7 @@
{field: 'ioTime$', align: 'center', title: '鍑哄簱鏃ユ湡', width: 200}
,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�'}
];
+ arrRemove(detlCols, 'field', 'cstateid$');
cols.push.apply(cols, detlCols);
return cols;
}
--
Gitblit v1.9.1