找到对应的列表js文件,在bootstrapTable初始化前增加这么一段代码:
$.fn.bootstrapTable.locales[Table.defaults.locale]['formatSearch'] = function(){return "渠道名称或业务城市";};
比如这里要搜索的是渠道名称或者业务城市,前提是数据表有这些字段,那么就可以在控制器index方法下设置快速搜索的字段了
//快速搜索字段 $this->searchFields = "name,code";
标签:bootstrapTable,列表,输入框,搜索,fastadmin,placeholder From: https://www.cnblogs.com/wt645631686/p/17458807.html