spec and exp
This commit is contained in:
@ -136,6 +136,15 @@ use yii\widgets\ActiveForm;
|
||||
['prompt' => '...']
|
||||
) ?>
|
||||
</div>
|
||||
<div class="col-xs-6">
|
||||
<?= $form->field($model, 'specification')->textInput(['maxlength' => true]) ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-6">
|
||||
<?= $form->field($model, 'years_of_exp')->input('number') ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -41,6 +41,10 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
return \common\models\UserCard::getLevelLabel($model->level);
|
||||
}
|
||||
],
|
||||
[
|
||||
'attribute' => 'specification',
|
||||
'value' => $model->specification
|
||||
],
|
||||
[
|
||||
'attribute' => 'resume',
|
||||
'format' => 'raw',
|
||||
|
Reference in New Issue
Block a user