mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 20:10:30 +08:00
表格优化
This commit is contained in:
parent
b7f6124ead
commit
06dd8021ed
@ -357,6 +357,12 @@ class FormHandleModule
|
||||
// 条件处理
|
||||
if(!empty($v['search_config']) && !empty($v['search_config']['form_type']))
|
||||
{
|
||||
// 搜索 key 未指定则使用显示数据的字段名称
|
||||
if(empty($v['search_config']['form_name']))
|
||||
{
|
||||
$v['search_config']['form_name'] = $form_name;
|
||||
}
|
||||
|
||||
// 基础数据处理
|
||||
if(!empty($v['search_config']['form_name']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user