|
@@ -132,7 +132,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','clipboard'],
|
|
|
return `<span class="label label-primary">${status[order.status_bak]||''}-${status[a]}</span>`
|
|
|
}
|
|
|
return `<span class="label ${statusColor[a]}">${status[a]}</span>`
|
|
|
- },searchList:status,operate: is_proxy_operate},
|
|
|
+ },searchList:status},
|
|
|
{field: 'anchor.name', title:__('主播名称') ,searchList(){return Template('anchor-search',{});},width: 100},
|
|
|
{field: 'sub_anchor.mobile_anchor.name', title: __(adminInfo.is_sub?'主播名称':'分站主播'),searchList(){return Template('anchor-sub-search',{});},width: 100,operate: is_proxy_operate,visible:is_proxy_operate},
|
|
|
{field: 'rules.rule', title: __('规律'),visible: false,searchList:mobileRules},
|
|
@@ -339,6 +339,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','clipboard'],
|
|
|
diff.forEach(function (i,k){
|
|
|
$(".nav li .nav_id_"+i).text(0);
|
|
|
});
|
|
|
+ $(".nav li .nav_id_10").text(a.status_10_count);
|
|
|
|
|
|
/*table.find('thead').css('position','fixed').css('background','white').css('top','370px')
|
|
|
table.css('margin-top',41)
|