value => '待提审', self::Processing->value => '审核中', self::Success->value => '审核通过', self::Fail->value => '审核不通过', self::Cancel->value => '已取消', ]; } public function text() { return data_get(self::options(), $this->value); } }