多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
* 展示模块搜索块赋值处理 | 传入参 | 说明 | | --- | --- | | input | [ 必填 ] 自定义搜索栏目 | | search | [ 必填 ] 列表终端传入的搜索值数组(json) | | 回调参 | 说明 | | --- | --- | | [arr] | 赋值后的数组 | * 案例 ~~~ $input = []; $input[] = ['type'=>'text','name'=>'模糊','field'=>'account','note'=>'模糊搜索记录用户']; $input[] = ['type'=>'text','name'=>'记录起始时间','field'=>'regtime0','note'=>'如 : 2020-10-10','width'=>'49%']; $input[] = ['type'=>'text','name'=>'记录截止时间','field'=>'regtime1','note'=>'如 : 2020-10-10','width'=>'49%']; $input[] = ['type'=>'text','name'=>'操作IP','field'=>'ip','note'=>'精确搜索操作IP']; $json['input'] = $iframe->search($input, $search); ~~~