'关闭', self::STATUS_YES => '开启', ]; //sex_text public function getStatusTextAttr($value, $data) { return self::STATUS[$data['status']] ?? ''; } }