From 909d1a00a219956dd54a66ab893924eebb7ba171 Mon Sep 17 00:00:00 2001 From: cloud Date: Fri, 26 Jun 2020 02:22:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=AD=9B=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class/table_theme.class.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/class/table_theme.class.php b/include/class/table_theme.class.php index ede8f12..c0b217f 100644 --- a/include/class/table_theme.class.php +++ b/include/class/table_theme.class.php @@ -53,7 +53,8 @@ class table_theme { 'fiend' => '', 'tname' => '', 'source' => 'search', - 'allnone' => 1 + 'allnone' => 1, + 'condition' => '' ]; } @@ -302,7 +303,7 @@ class table_theme { data-source="'.$this->select2['source'].'" data-default="'.$value.'" data-division="," - data-condition="p_type|||0" + data-condition="'.$this->select2['condition'].'" data-placeholder="'.$this->select2['placeholder'].'"> @@ -870,7 +871,8 @@ class table_theme { 'fiend' => 'p_value', 'tname' => 'para', 'source' => 'search_para_eaps', - 'allnone' => 0 + 'allnone' => 0, + 'condition' => 'p_type|||0' ]; $this->search[] = self::input_select_search_multiple(); }