|
@@ -169,7 +169,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
|
|
|
// {field: 'intro_num', title: __('Intro_num')},
|
|
|
// {field: 'intro_num_all', title: __('Intro_num_all')},
|
|
|
-// {field: 'intro_uid', title: __('Intro_uid')},
|
|
|
+ {field: 'intro_uid', title: __('Intro_uid')},
|
|
|
{field: 'score', title: '用户总积分'},
|
|
|
{field: 'bd_1', title: ''},
|
|
|
{field: 'sum_order_price', title: '总支付额'},
|
|
@@ -190,6 +190,15 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
classname:'btn btn-xs btn-danger btn-dialog',
|
|
|
url:'user/user/registerurl/id/{ids}?dialog=1',
|
|
|
refresh:true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name:'hualuo',
|
|
|
+ text:'滑落',
|
|
|
+ title:'滑落',
|
|
|
+ icon:'fa fa-exclamation-circle',
|
|
|
+ classname:'btn btn-xs btn-danger btn-dialog',
|
|
|
+ url:'user/user/hualuo/id/{ids}?dialog=1',
|
|
|
+ refresh:true
|
|
|
}
|
|
|
],
|
|
|
table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|