From 8b441ef9a219966fabf4b3c509849a37ec816192 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 22 七月 2025 16:30:47 +0800
Subject: [PATCH] 完善出库订单

---
 zy-asrs-wms/src/main/webapp/static/js/operateLog/operateLog.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/zy-asrs-wms/src/main/webapp/static/js/operateLog/operateLog.js b/zy-asrs-wms/src/main/webapp/static/js/operateLog/operateLog.js
index 73dca48..565e1f9 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/operateLog/operateLog.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/operateLog/operateLog.js
@@ -23,10 +23,10 @@
         cellMinWidth: 50,
         height: 'full-120',
         cols: [[
-            {type: 'checkbox'}
-            ,{field: 'id', align: 'center',title: '缂栧彿'}
-            ,{field: 'action', align: 'center',title: '璁块棶鍦板潃'}
+            // {type: 'checkbox'}
+            {field: 'id', title: 'ID', sort: true,align: 'center', width: 80}
             ,{field: 'userId$', align: 'center',title: '鐢ㄦ埛'}
+            ,{field: 'action', align: 'center',title: '鎿嶄綔鍐呭'}
             ,{field: 'ip', align: 'center',title: '瀹㈡埛绔疘P'}
             ,{field: 'request', align: 'center',title: '璇锋眰鏁版嵁'}
             ,{field: 'response', align: 'center',title: '鍝嶅簲鏁版嵁'}

--
Gitblit v1.9.1