From e6793af95c83bbc085636ce61f54c5a21137f0bc Mon Sep 17 00:00:00 2001 From: LSH Date: 星期二, 26 九月 2023 15:16:40 +0800 Subject: [PATCH] #客户信息 --- src/main/webapp/static/js/wrkDetlLog/wrkDetlLog.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/wrkDetlLog/wrkDetlLog.js b/src/main/webapp/static/js/wrkDetlLog/wrkDetlLog.js index c4a776a..009ee55 100644 --- a/src/main/webapp/static/js/wrkDetlLog/wrkDetlLog.js +++ b/src/main/webapp/static/js/wrkDetlLog/wrkDetlLog.js @@ -6,6 +6,7 @@ ]; cols.push.apply(cols, detlCols); cols.push({field: 'modiUser$', align: 'center',title: '淇敼浜哄憳',hide: true} + ,{field: 'owner$', align: 'center',title: '淇℃伅', hide: false} ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿',hide: true} ) return cols; -- Gitblit v1.9.1