@@ -139,6 +139,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
if(order.gantanhao_data_notify && order.status == '110' && order.gantanhao_data_notify.reason != undefined){
str = `<div style="width: 200px;" class="break-words">${order.gantanhao_data_notify.reason}</div>`;
}
+ if(order.gantanhao_data_notify && order.gantanhao_data_notify.is_activated == 1){
+ str += `<div style="width: 200px;" class="break-words">已激活</div>`;
+ }
return str;
},searchable:false},
{field: 'anchor.name', title:__('主播名称') ,searchList(){return Template('anchor-search',{});},width:100,formatter:Table.api.formatter.width},