sth
This commit is contained in:
parent
2385ba80a9
commit
b3fa4e55c0
|
|
@ -30,7 +30,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'echarts', 'echarts-t
|
|||
[
|
||||
//{field: 'id', title: __('Id')},
|
||||
{field: 'id', title: __('ID'),visible:true},
|
||||
{field: 'name', title: __('姓名'),operate: "like"},
|
||||
{field: 'name', title: __('姓名'),operate: "like",formatter: function (value) {
|
||||
return '<span class="nowrap">' + value + '</span>';
|
||||
}},
|
||||
{field: 'tel', title: __('电话'),operate: "like"},
|
||||
{field: 'area2.merge_name', title: __('城市'),operate: false,formatter: function (value) {
|
||||
return '<span class="nowrap">' + value + '</span>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user