From f8a76bedab9d6f93ee512ae76e8a8eed6c567939 Mon Sep 17 00:00:00 2001 From: TQS <56479841@qq.com> Date: 星期四, 05 一月 2023 18:44:32 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/stoMan/stoQue.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/stoMan/stoQue.js b/src/main/webapp/static/js/stoMan/stoQue.js index 7034345..3f61c80 100644 --- a/src/main/webapp/static/js/stoMan/stoQue.js +++ b/src/main/webapp/static/js/stoMan/stoQue.js @@ -39,6 +39,7 @@ html += "disabled='disabled' >"; return html; },width:80} + ,{field: 'frozen$', align: 'center',title: '鍐荤粨鐘舵��'} ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳'} ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿', width: 180} ,{ fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate'} @@ -178,7 +179,7 @@ maxmin: true, area: [top.detailWidth, top.detailHeight], shadeClose: true, - content: '../report/locDetlGroup.html', + content: '../report/locDetl.html', success: function(layero, index){ } }); -- Gitblit v1.9.1