|
@@ -18,7 +18,7 @@
|
|
|
<table>
|
|
|
<tr>
|
|
|
<td>
|
|
|
- <span><input name="fid" type="radio" value="" id="tj0" class="radio" checked="checked" /><label for="tj0">新建体检人</label></span>
|
|
|
+ <span><input name="fid" type="radio" value="0" id="tj0" class="radio" checked="checked" /><label for="tj0">新建体检人</label></span>
|
|
|
<span th:each="people : ${peoples}">
|
|
|
<input name="fid" type="radio" th:attr="value=${people.id},id=${people.id}" class="radio" />
|
|
|
<label th:attr="for=${people.id},onclick='selectPeople(' + ${people.id} + ')'" for="tj1" th:text="${people.name}"></label>
|