From ae6c29ee3765f45e3d1c784f4964f1813ebefb09 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期三, 19 六月 2024 13:24:57 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/locMast/locMast.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/locMast/locMast.js b/src/main/webapp/static/js/locMast/locMast.js index a6d4eb7..6f25367 100644 --- a/src/main/webapp/static/js/locMast/locMast.js +++ b/src/main/webapp/static/js/locMast/locMast.js @@ -32,6 +32,7 @@ ,{field: 'row1', align: 'center',title: '鎺�', sort:true, hide:false} ,{field: 'bay1', align: 'center',title: '鍒�', sort:true, hide:false} ,{field: 'lev1', align: 'center',title: '灞�', sort:true, hide:false} + ,{field: 'gro1', align: 'center',title: '缁�', sort:true, hide:false} ,{field: 'fullPlt', align: 'center',title: '婊℃澘', templet:function(row){ var html = "<input value='fullPlt' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' disabled table-index='"+row.LAY_TABLE_INDEX+"'"; if(row.fullPlt === 'Y'){html += " checked ";} -- Gitblit v1.9.1