rabin hace 7 años
padre
commit
fdad626814
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      admin/page/farm.py

+ 2 - 2
admin/page/farm.py

@@ -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
 		)