'未检验', 1=>'符合标准', 2=>'不符合标准']; return $arr[$data['check_result']]; } public function getCheckTimeAttr($value): string { return !empty($value) ? date('Y-m-d') : ''; } public function getCheckAnnexAttr($value) { return !empty($value) ? json_decode($value,true) : ''; } }