'无优先级',1=>'不重要',2=>'次要',3=>'重要',4=>'紧急']; return $arr[$data['type']]; } public function getRemindTypeTextAttr($value,$data): string { $arr = [0=>'不提醒',1=>'提前5分钟',2=>'提前15分钟',3=>'提前30分钟',4=>'提前1小时',5=>'提前2小时',6=>'提前1天']; return $arr[$data['remind_type']]; } }