Browse Source

用户多显示一个字段

lizhen_gitee 1 year ago
parent
commit
6376038ba7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/backend/user/user.js

+ 1 - 1
public/assets/js/backend/user/user.js

@@ -67,7 +67,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {field: 'shoesize', title: __('Shoesize'), operate: 'LIKE'},
                         {field: 'is_tuijian', title: __('Is_tuijian'), searchList: {"1":__('Is_tuijian 1'),"0":__('Is_tuijian 0')}, formatter: Table.api.formatter.normal},
 //                        {field: 'ios_user_id', title: __('Ios_user_id'), operate: 'LIKE'},
-//                        {field: 'plat_unique_id', title: __('Plat_unique_id'), operate: 'LIKE'},
+                        {field: 'plat_unique_id', title: __('Plat_unique_id'), operate: 'LIKE'},
                         {field: 'jinyantype', title: __('Jinyantype'), searchList: {"1":__('Jinyantype 1'),"2":__('Jinyantype 2'),"3":__('Jinyantype 3')}, formatter: Table.api.formatter.normal},
                         {field: 'jinyantime', title: __('Jinyantime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
                         {field: 'userwallet.money', title: __('Userwallet.money'), operate:'BETWEEN'},