From d07154d92334ba2ec312bf738a2a02a60350d5d9 Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期一, 29 九月 2025 13:34:21 +0800 Subject: [PATCH] 2. pda 组托加减号 应该是整数加减(完成) 3. 站点状态,显示清楚 (完成) 4. 站点保存报错, 修改人,创建人员显示 错误(完成) 5. agv入库不显示 历史库位记录 (完成) 6. 任务类型,应该为入库 (完成) --- src/main/webapp/static/js/apiLog/apiLog.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/apiLog/apiLog.js b/src/main/webapp/static/js/apiLog/apiLog.js index 9e7dd31..1d24b5e 100644 --- a/src/main/webapp/static/js/apiLog/apiLog.js +++ b/src/main/webapp/static/js/apiLog/apiLog.js @@ -25,12 +25,12 @@ // ,{field: 'id', align: 'center',title: 'ID'} // ,{field: 'uuid', align: 'center',title: '鏃ュ織缂栧彿'} ,{field: 'namespace', align: 'center',title: '鍚嶇О绌洪棿'} - ,{field: 'url', align: 'center',title: '鎺ュ彛鍦板潃'} - ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜'} + ,{field: 'url', align: 'center',title: '琛ㄥ崟ID'} + ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜',hide: true} // ,{field: 'timestamp', align: 'center',title: '鏃堕棿鎴�'} - ,{field: 'clientIp', align: 'center',title: '瀹㈡埛绔疘P'} + ,{field: 'clientIp', align: 'center',title: 'URL',hide: true} ,{field: 'request', align: 'center',title: '璇锋眰鍐呭'} - ,{field: 'response', align: 'center',title: '鍝嶅簲鍐呭'} + ,{field: 'response', align: 'center',title: '鎿嶄綔鍐呭'} // ,{field: 'err', align: 'center',title: '寮傚父鍐呭'} ,{field: 'result$', align: 'center',title: '缁撴灉', templet: '#resTpl', width: 80} // ,{field: 'status$', align: 'center',title: '鐘舵��'} -- Gitblit v1.9.1