From 515cd0845486d4a2016d0ed3c4abb5e280e156db Mon Sep 17 00:00:00 2001 From: cloud Date: Wed, 8 Apr 2020 13:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=90=88=E4=BD=9C=E5=9C=BA?= =?UTF-8?q?=E6=89=80=E7=A6=81=E6=8A=95=E8=A1=8C=E4=B8=9A=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/traits/tlist.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/traits/tlist.class.php b/include/traits/tlist.class.php index 0aa30e7..7ad00d6 100644 --- a/include/traits/tlist.class.php +++ b/include/traits/tlist.class.php @@ -166,6 +166,7 @@ trait tlist { $val['v_type'] = self::$para['v_type'][$val['v_type']]; $val['v_tel'] = parent::tab_tokenfield($val['v_tel'],1); $val['v_address'] = $val['v_province'].$val['v_city'].$val['v_district'].$val['v_address']; + $val['v_forbidtype'] = parent::tab_tokenfield($val['v_forbidtype'],2); $val['v_totalstr'] = $val['noban'] > 0?parent::str_color(0,$totalstr,600):$totalstr;