|
|
@@ -164,8 +164,8 @@ $(document).ready(function() {
|
|
|
info = '<div><a href="#" style="color:#0F70E1" onclick="entry('+row.omCandidateTrack.id+')">'+jp.getDictLabel(${fns:toJson(fns:getDictList('om_recruit_type'))}, recruitType, "—");+'</a></div>';
|
|
|
}else if(recruitType == 2){//返费工
|
|
|
if(row.omCandidateTrack.cashbackDetail && row.omCandidateTrack.cashbackDate){
|
|
|
- info = '<button onclick="entry('+row.omCandidateTrack.id+')" class="btn btn-xs btn-new" style="color:#D40000;border:1px solid #D40000">返费</button> '+
|
|
|
- '<a style="color:#D40000" onclick="entry('+row.omCandidateTrack.id+')">'+dateFormat(row.omCandidateTrack.cashbackDate)+'</a>';
|
|
|
+ info = '<button onclick="entry('+row.omCandidateTrack.id+')" class="btn btn-xs btn-new" style="color:#0F70E1;border:1px solid #0F70E1">返费</button> '+
|
|
|
+ '<a style="color:#0F70E1" onclick="entry('+row.omCandidateTrack.id+')">'+dateFormat(row.omCandidateTrack.cashbackDate)+'</a>';
|
|
|
}else{
|
|
|
info = '<div><a href="#" style="color:#0F70E1" onclick="entry('+row.omCandidateTrack.id+')">'+jp.getDictLabel(${fns:toJson(fns:getDictList('om_recruit_type'))}, recruitType, "—");+'</a></div>';
|
|
|
}
|
|
|
@@ -485,7 +485,7 @@ $(document).ready(function() {
|
|
|
<div class="row home-row">
|
|
|
<div class="col-sm-12" >
|
|
|
<div class="home-stats col-sm-6" >
|
|
|
- <a class="stat hvr-wobble-horizontal" style="text-align: center;font-size: 16px;font-weight:600;color: #666666;height: 100px">
|
|
|
+ <a class="stat" style="text-align: center;font-size: 16px;font-weight:600;color: #666666;height: 100px">
|
|
|
<div class="label-header">我的用户</div>
|
|
|
<div class="col-sm-4">
|
|
|
<div class="clearfix stat-detail">
|