@@ -96,7 +96,7 @@ function queryUnexaminedTask(){
console.log(colFunc.oper);
cols.push(colFunc);
var checkable = false;
- if(cur_status==21){
+ if(cur_status==21 && hasRole(ROLE_JICHA_ADMIN)){
checkable = true;
}
$('#unexamined_datatable').mytable({'cols':cols,