Commit 7187754c authored by sugar's avatar sugar

易购商家后台

parent 78fd5e0e
......@@ -35,6 +35,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
{ field: 'realname', title: __('Realname'), operate: 'LIKE' },
{ field: 'avatar', title: __('Avatar'), operate: 'LIKE', events: Table.api.events.image, formatter: Table.api.formatter.image },
{ field: 'total_money', title: __('Money'), operate: false },
{ field: 'shopping_money', title: __('购物金'), operate: false },
{ field: 'province', title: __('Province'), operate: 'LIKE' },
{ field: 'city', title: __('City'), operate: 'LIKE' },
{ field: 'token', title: __('Token'), operate: 'LIKE', visible: false },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment