|
|
|
@ -33,6 +33,15 @@
|
|
|
|
|
<input class="form-control" type="text" required readonly id="id_selected_cert_id" name="ukeyId" th:value="${user.ukeyId}">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="col-sm-3 control-label ">是否绑定:</label>
|
|
|
|
|
<div class="col-sm-8" th:if="${user.ukeyId != ''}">
|
|
|
|
|
<input class="form-control" readonly th:value="已绑定">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-8" th:if="${user.ukeyId == ''}">
|
|
|
|
|
<input class="form-control" readonly th:value="未绑定">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<th:block th:include="include :: footer" />
|
|
|
|
|