__('Level 1'), '2' => __('Level 2')]; } public function getLevelTextAttr($value, $data) { $value = $value ? $value : (isset($data['level']) ? $data['level'] : ''); $list = $this->getLevelList(); return isset($list[$value]) ? $list[$value] : ''; } public function userdongtai() { return $this->belongsTo('Userdongtai', 'dt_id', 'id', [], 'LEFT')->setEagerlyType(0); } public function user() { return $this->belongsTo('User', 'user_id', 'id', [], 'LEFT')->setEagerlyType(0); } }