name = document.getElementById(project_not_through_id).className; // 获取目标id的 class 中的内容
document.getElementById(project_not_through_id).className = 'label label-success'; // 重新为目标id class 赋值,即为修改了它的class样式
document.getElementById(project_not_through_id).innerHTML = '审核通过'; // 为目标div 等标签 从新加入 值 或 更改