代码提交

This commit is contained in:
zhengzheng 2022-05-15 17:29:47 +08:00
parent 12702a79c1
commit f07a8a17d7
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@
<div class="select-list">
<ul>
<li>
广告标题:<input type="text" name="activeTitle"/>
广告标题:<input type="text" name="bannerTitle"/>
</li>
<li>
广告类型:<select name="status" th:with="type=${@dict.getType('sys_banner_type')}">
广告类型:<select name="bannerType" th:with="type=${@dict.getType('sys_banner_type')}">
<option value="">所有</option>
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
th:value="${dict.dictValue}"></option>