身份证号可以快速编辑
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
heibai 2022-06-22 09:38:53 +08:00
parent 5fe55ae1c3
commit ee4d778040

View File

@ -58,7 +58,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function
{field: 'id', title: __('会员ID'), operate:false},
{ field: 'name', title: __('Name'), 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) {