<select name="ChanneltypeID" class="layui-select">
       <option th:each="dict : ${type}" th:value="${dict.ChannelTypeID}" th:text="${dict.ChannelTypeName }">
</select>

直接在option标签里写th:each   以及  th:value   th:text  即可

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注