feat:用户流程修改

hangao
wangxy 7 days ago
parent 3c24f1cc78
commit 559fcf5c65

@ -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>

Loading…
Cancel
Save