options[] = [ 'value' => $value, 'label' => $label, ]; return $this; } /** * 获取 * * @time 2021年03月24日 * @return array */ public function render() { return $this->options; } }