col_prefix.'id']; $rowHtml =''; if($row['status']){ $rowHtml .= " 暂停"; }else{ $rowHtml .= " 开启"; } return $rowHtml; } }