|
@@ -88,8 +88,8 @@ class user_path(Load):
|
|
|
,width = '600'
|
|
|
,height = '400'
|
|
|
,search = (('label-1','cdate-time-start','cdate-time-end','farm_id-select-','name-input-mlike'), (u'日期范围',u'开始时间',u'截止时间','选择农场',u'用户名称'))
|
|
|
- ,thead = (u'所属农场', u'用户名称', u'用户手机号', u'更新时间')
|
|
|
- ,tbody = ('farm','username', 'mobile', 'cdate')
|
|
|
+ ,thead = (u'所属农场', u'用户名称', u'微信openid', u'用户手机号', u'更新时间')
|
|
|
+ ,tbody = ('farm','username','openid', 'mobile', 'cdate')
|
|
|
,state = True
|
|
|
)
|
|
|
|