Yii2 二级联动下拉菜单如何实现 dropDownList?
<?= $form->field($model, 'status')->dropDownList(['1'=>'可兑换','2'=>'不可兑换'],['prompt' =>'-状态-']) ?>