|
@@ -32,6 +32,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'company.companyname', title: __('Company.companyname'), operate: 'LIKE'},
|
|
|
|
|
|
{field: 'avatar', title: __('Avatar'), operate: 'LIKE', events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
+ {field: 'level', title: __('Level'), operate: 'LIKE'},
|
|
|
{field: 'truename', title: __('Truename'), operate: 'LIKE'},
|
|
|
{field: 'gonghao', title: __('Gonghao'), operate: 'LIKE'},
|
|
|
{field: 'mobile', title: __('Mobile'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|