value => '正常', self::Absent->value => '旷工', self::Lose->value => '缺卡', ]; } public function text() { return data_get(self::options(), $this->value); } }