From 525cf3d9714352284b70c29f81fa73bff71cf683 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期五, 14 七月 2023 08:11:55 +0800 Subject: [PATCH] 完善AGV相关功能 --- src/main/webapp/static/js/basShuttleErrLog/basShuttleErrLog.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/basShuttleErrLog/basShuttleErrLog.js b/src/main/webapp/static/js/basShuttleErrLog/basShuttleErrLog.js index 368ae75..a158b94 100644 --- a/src/main/webapp/static/js/basShuttleErrLog/basShuttleErrLog.js +++ b/src/main/webapp/static/js/basShuttleErrLog/basShuttleErrLog.js @@ -22,8 +22,8 @@ height: 'full-120', cols: [[ // {type: 'checkbox'} - // ,{field: 'id', align: 'center',title: ''} - ,{field: 'uuid', align: 'center',title: '缂栧彿'} + {field: 'id', align: 'center',title: '缂栧彿'} + // ,{field: 'uuid', align: 'center',title: '缂栧彿'} ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'} ,{field: 'startTime$', align: 'center',title: '鍙戠敓鏃堕棿'} ,{field: 'endTime$', align: 'center',title: '缁撴潫鏃堕棿'} @@ -45,7 +45,7 @@ ,{field: 'updateBy$', align: 'center',title: '淇敼浜哄憳'} ,{field: 'memo', align: 'center',title: '澶囨敞'} - ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120} + // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120} ]], request: { pageName: 'curr', -- Gitblit v1.9.1