'int', 'pagetab' => 'string', 'title' => 'string', 'tilpic' => 'string', 'stype' => 'tinyint', 'tilurl' => 'string', 'priority' => 'int' ]; public function getStypeTextAttr($value,$data) { $stype = [1=>'系统链接', 2=>'网络链接']; return $stype[$data['stype']]; } }