实时报表 合计优化
This commit is contained in:
@@ -295,7 +295,7 @@ function customColumnClick(){
|
||||
}
|
||||
trtotal+=""
|
||||
$('#total').remove();
|
||||
$('#'+tableId).prepend("<tr id='total'></tr>");
|
||||
$('#'+tableId+" tbody").prepend("<tr id='total'></tr>");
|
||||
$('#total').html(trtotal);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user