修正uitable设置title列函数

This commit is contained in:
hyzboy 2017-02-16 11:23:37 +08:00
parent 878f29b671
commit bb82bc11e5

View File

@ -48,7 +48,7 @@
public function set_title_col($f)
{
$this->title_cols[]=f;
$this->title_cols=$f;
}
public function set_table_style($ts)