实时报表 合计优化

This commit is contained in:
leijun
2018-09-13 11:33:19 +08:00
parent c6c6fb665f
commit 994c5ce253

View File

@@ -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);
}
}