"微信", '2' => "QQ" ]; public function getContactTypeList() { return ['1' => __('Contact_type 1'),'2' => __('Contact_type 2')]; } public function getContactTypeTextAttr($value, $data) { $value = $value ? $value : $data['contact_type']; $list = $this->getContactTypeList(); return isset($list[$value]) ? $list[$value] : ''; } }