xxxrrrdddd 3 years ago
parent
commit
6f558388ae
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/assets/js/backend/mobile.js
  2. 1 1
      public/assets/js/backend/mobile_flow.js

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

@@ -45,7 +45,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {field: 'amount_di', title: __('底价'), operate:'BETWEEN'},
                         {field: 'amount_base', title: __('Amount'), operate:'BETWEEN'},
                         {field: 'amount_charge', title: __('预存话费'), operate:'BETWEEN'},
-                        {field: 'remark', title: __('备注'), operate:'BETWEEN'},
+                        {field: 'remark', title: __('备注'), operate:'like'},
                         {field: 'top_time', title: __('Top_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false,formatter(a,b,c){
                                 return `<a data-toggle="switcher" class="btn-switcher btn-change-top" data-id="${b.id}" data-value="${a?a:''}">
                                     <i class="fa fa-toggle-on text-success ${a?'':'fa-flip-horizontal text-gray'} fa-2x"></i>

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

@@ -39,7 +39,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {field: 'brand', title: __('卡品牌'),formatter: Table.api.formatter.label},
                         {field: 'summary', title: __('简介'),operate: "like",formatter: Table.api.formatter.content,width: 200},
                         {field: 'info.describe', title: __('套餐信息'),operate: "like",formatter: Table.api.formatter.content,width: 200},
-                        {field: 'remark', title: __('备注'), operate:'BETWEEN'},
+                        {field: 'remark', title: __('备注'), operate:'like'},
                         {field: 'is_hold', title: __('状态'),formatter: Table.api.formatter.normal,searchList:{0:'正常',1:'预占'}},
                         {field: 'update_time', title: __('Update_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false,formatter: Table.api.formatter.datetime},
                         {field: 'create_time', title: __('上架时间'), operate:'RANGE', addclass:'datetimerange', autocomplete:false,formatter: Table.api.formatter.datetime},