From 44aea7b3d2c2f0a4988b09a84427ad42e69b27b5 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期一, 25 八月 2025 08:24:53 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/basDevp/basDevp.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/basDevp/basDevp.js b/src/main/webapp/static/js/basDevp/basDevp.js index 05d0019..0f55992 100644 --- a/src/main/webapp/static/js/basDevp/basDevp.js +++ b/src/main/webapp/static/js/basDevp/basDevp.js @@ -22,7 +22,7 @@ // ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} ,{field: 'devNo', align: 'center',sort:true,title: '缂栧彿'} // ,{field: 'decDesc', align: 'center',title: '璁惧鎻忚堪'} - ,{field: 'devMk', align: 'center',title: '鍑哄叆鐘舵��'} + // ,{field: 'devMk', align: 'center',title: '鍑哄叆鐘舵��'} ,{field: 'inEnable', align: 'center',title: '鍙叆', templet:function(row){ var html = "<input value='inEnable' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' table-index='"+row.LAY_TABLE_INDEX+"'"; if(row.inEnable === 'Y'){html += " checked ";} -- Gitblit v1.9.1