提交修改

pg_adapter
dshclm 6 months ago
parent bff99a6b82
commit 6bb7bef583

@ -39,6 +39,19 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<label class="col-sm-3 control-label">是否非涉密:</label>
<div class="col-sm-9">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_user_passport')}">
<input type="radio" required th:id="${dict.dictCode}" name="isDissolve" th:value="${dict.dictValue}" th:checked="${dict.default}">
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
</div>
</div>
</div>
</div>
</form> </form>
</div> </div>
<th:block th:include="include :: footer" /> <th:block th:include="include :: footer" />

Loading…
Cancel
Save