【发布时间】:2021-10-17 19:14:29
【问题描述】:
我需要为
我这样做是为了让用户首先看到候选人的服务,然后在出现错误时更改它..
<span >Service</span>
<select class="form-control item pb-2" name="service" value={{ $candidate->service->service_name }}>
<option value="Outsourcing"> <span class="font-weight-bold">Outsourcing</span></option>
<option value="Developpement"> <span class="font-weight-bold">Developpement</span></option>
<option value="Call center"> <span class="font-weight-bold">Call center</span></option>
</select>
【问题讨论】: