Yii2.0中form->field如何获取主表的一个字段并且设置为只读时间:2021-11-19 02:20:17<?= $form->field($model, 'last_login_time')->textInput(['readonly' => 'true']) ?>