* fix dataTable style

This commit is contained in:
滔哥
2017-10-24 16:00:50 +08:00
parent 014e958530
commit a85c0ceaef
+3
View File
@@ -20,6 +20,9 @@ $(function()
$option.toggleClass('hide', $option.text().toString().toLowerCase().indexOf(val) < 0 && $option.data('key').toString().toLowerCase().indexOf(val) < 0);
});
});
$(".table-children > td.check-btn").html('')
});
function setQueryBar(queryID, title)