@@ -226,7 +226,7 @@ function renderTab(data){
let str = ``
let hasSelectAll = true;
if(data.length===0){
- $('tbody').html(str?str:emptyBox())
+ $('tbody').html(emptyBox(null,showNum+2))
return;
}
for(let i = 0; i < data.length; i++){
@@ -229,7 +229,7 @@ function renderTab(data){