From e9fe699af7aa0b355244a4730c6283831bb6d51b Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 02 六月 2023 16:38:16 +0800
Subject: [PATCH] 提升机命令日志,提升机异常日志

---
 src/main/webapp/static/js/locRule/locRule.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/js/locRule/locRule.js b/src/main/webapp/static/js/locRule/locRule.js
index 0bc8de9..9f720b3 100644
--- a/src/main/webapp/static/js/locRule/locRule.js
+++ b/src/main/webapp/static/js/locRule/locRule.js
@@ -24,9 +24,9 @@
             {type: 'checkbox'}
             // ,{field: 'id', align: 'center',title: 'ID'}
             ,{field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿'}
-            ,{field: 'specs', align: 'center',title: '瑙勬牸'}
-            ,{field: 'model', align: 'center',title: '鍨嬪彿'}
-            ,{field: 'cstmr', align: 'center',title: '瀹㈡埛'}
+            ,{field: 'specs', align: 'center',title: '瑙勬牸', hide: true}
+            ,{field: 'model', align: 'center',title: '鍨嬪彿', hide: true}
+            ,{field: 'cstmr', align: 'center',title: '瀹㈡埛', hide: true}
             ,{field: 'batch', align: 'center',title: '鎵瑰彿'}
             ,{field: 'other', align: 'center',title: '鍏朵粬', hide: true}
             ,{field: 'rowBeg', align: 'center',title: '寮�濮嬫帓'}
@@ -35,7 +35,7 @@
             ,{field: 'bayEnd', align: 'center',title: '缁撴潫鍒�'}
             ,{field: 'levBeg', align: 'center',title: '寮�濮嬪眰'}
             ,{field: 'levEnd', align: 'center',title: '缁撴潫灞�'}
-            ,{field: 'limit', align: 'center',title: '涓婇檺'}
+            ,{field: 'limit', align: 'center',title: '涓婇檺', hide: true}
             ,{field: 'status$', align: 'center',title: '鐘舵��', hide: true}
             ,{field: 'createBy$', align: 'center',title: '娣诲姞浜哄憳', hide: true}
             ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿', hide: true}

--
Gitblit v1.9.1