'成功', 2 => '失败']; public function getStatusTextAttr($value, $data) { return self::STATUS[$data['status']]; } }