|
|
|
@@ -106,7 +106,7 @@ |
|
|
|
</div> |
|
|
|
</br> |
|
|
|
<div class="form-row"> |
|
|
|
<%= f.input :description, as: :text,label: '拒绝理由:(拒绝时请填写拒绝理由,可以为空)', wrapper_html: { class: 'col-md-12' }, input_html: { maxlength: 100, size: 40, class: 'col-md-11' , value: @identity_verification.description } %> |
|
|
|
<%= f.input :description, as: :text,label: '拒绝理由:(拒绝时请填写拒绝理由,不可以为空)', wrapper_html: { class: 'col-md-12' }, input_html: { maxlength: 100, size: 40, class: 'col-md-11' , value: @identity_verification.description } %> |
|
|
|
</div> |
|
|
|
<div class="form-row mt-4"> |
|
|
|
<%= f.button :submit, value: '保存', class: 'btn-primary mr-3 px-4' %> |
|
|
|
|