dever il y a 3 ans
Parent
commit
02c0eeebf8
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      app/shop/database/sell_order.php

+ 3 - 0
app/shop/database/sell_order.php

@@ -118,6 +118,8 @@ return array
             'default'   => '',
             'desc'      => '手机号',
             'match'     => 'option',
+            'search'    => 'fulltext',
+            /*
             'search'    => array
             (
                 'api' => 'passport/user-select',//接口地址,最好是获取多条数据的地址
@@ -125,6 +127,7 @@ return array
                 'result' => 'id',//返回的字段
                 'search' => 'uid',//本表的字段,默认为当前的字段
             ),
+            */
         ),
 
         'address_id'      => array