|
|
|
@ -118,7 +118,7 @@
|
|
|
|
|
<label class="col-sm-4 control-label">角色:</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<label th:each="role:${roles}" class="check-box">
|
|
|
|
|
<input name="role" disabled type="radio" th:value="${role.roleId}" th:text="${role.roleName}" th:checked="${role.flag}">
|
|
|
|
|
<input name="role" type="radio" th:value="${role.roleId}" th:text="${role.roleName}" th:checked="${role.flag}">
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|