This commit is contained in:
parent
5fe55ae1c3
commit
ee4d778040
@ -58,7 +58,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
|
|||||||
{field: 'id', title: __('会员ID'), operate:false},
|
{field: 'id', title: __('会员ID'), operate:false},
|
||||||
{ field: 'name', title: __('Name'), operate: 'LIKE',editable:true },
|
{ field: 'name', title: __('Name'), operate: 'LIKE',editable:true },
|
||||||
{ field: 'tel', title: __('Tel'), operate: 'LIKE' ,editable:true},
|
{ field: 'tel', title: __('Tel'), operate: 'LIKE' ,editable:true},
|
||||||
{ field: 'cardid', title: __('身份证号'), operate: '=',visible:false },
|
{ field: 'cardid', title: __('身份证号'), operate: '=',visible:false,editable:true },
|
||||||
|
|
||||||
// {
|
// {
|
||||||
// field: 'category_id', title: __('Category_id'), searchList: $.getJSON("user4s/category/searchlist"), formatter: function (value, row, index) {
|
// field: 'category_id', title: __('Category_id'), searchList: $.getJSON("user4s/category/searchlist"), formatter: function (value, row, index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user