<select style='width: 148.15px' name="dlrlx" th:field="*{Ygdly.dlrlx}">
<option th:each="dlrlxitem : ${dlrlxs}" th:text="${dlrlxitem.mc}" th:value="${dlrlxitem.bm}"></option>
</select>
th:field="*{Ygdly.dlrlx}" 这个代表要匹配的数据。
2024-02-01 15:22:40
<select style='width: 148.15px' name="dlrlx" th:field="*{Ygdly.dlrlx}">
<option th:each="dlrlxitem : ${dlrlxs}" th:text="${dlrlxitem.mc}" th:value="${dlrlxitem.bm}"></option>
</select>
th:field="*{Ygdly.dlrlx}" 这个代表要匹配的数据。