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;