'key', 'name' => 'type_list', 'field' => 'type' ], [ 'type' => 'tag', 'name' => 'page_cache' ], ]; public static $statusName = [ 0 => '不显示', 1 => '显示' ]; // public function getImgAttr($value) { return get_source_link($value); } public function getStatusNameAttr() { return self::$statusName[$this->getData('status')]; } }