|
@@ -11,11 +11,11 @@
|
|
|
<div class="select-list">
|
|
|
<ul>
|
|
|
<li>
|
|
|
- <label>活动标题:</label>
|
|
|
+ <label>赛事标题:</label>
|
|
|
<input type="text" name="competitionTitle" data-template="请输入活动标题"/>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <label>活动类型:</label>
|
|
|
+ <label>赛事类型:</label>
|
|
|
<select name="competitionType" th:with="type=${@dict.getType('competition_type')}">
|
|
|
<option value="">所有</option>
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|
|
@@ -27,7 +27,7 @@
|
|
|
<input type="text" name="competitionPlace" template="请输入场地"/>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <label>活动状态:</label>
|
|
|
+ <label>赛事状态:</label>
|
|
|
<select name="competitionState" th:with="type=${@dict.getType('competition_state')}">
|
|
|
<option value="">所有</option>
|
|
|
<option th:each="dict : ${type}" th:text="${dict.dictLabel}"
|