'timestamp:Y-m-d H:i:s', 'seat_list' => 'array', ]; // 常量 const STATUS = [1 => '进行中', 2 => '已关闭']; const STATUS_SHOW = 1; const STATUS_HIDE = 2; public function getStatusTextAttr($value, $data) { return self::STATUS[$data['status']]; } }