记得上下班打卡 | git大法好,push需谨慎

Commit 5c9496d4 authored by 胡佳晨's avatar 胡佳晨

修复 slime 的bug

parent 43ed45c6
...@@ -101,14 +101,14 @@ ...@@ -101,14 +101,14 @@
<table id="team-table_user" class="table table-condensed table-sm" th:border="1"> <table id="team-table_user" class="table table-condensed table-sm" th:border="1">
<tr> <tr>
<td>名称</td> <td>名称</td>
<td>介绍</td> <!-- <td>介绍</td>-->
<tr/> <tr/>
<div th:each="item : ${smileVolunteersDetailsVo.teamArray}"> <div th:each="item : ${smileVolunteersDetailsVo.teamArray}">
<tr class="content-tr"> <tr class="content-tr">
<td th:value="${item.name}" th:text="${item.name}"> <td th:value="${item.name}" th:text="${item.name}">
</td> </td>
<td th:text="${item.introduce}"> <!-- <td th:text="${item.introduce}">-->
</td> <!-- </td>-->
</tr> </tr>
</div> </div>
</table> </table>
...@@ -118,15 +118,15 @@ ...@@ -118,15 +118,15 @@
<table id="team-table" class="table table-condensed table-sm" th:border="1"> <table id="team-table" class="table table-condensed table-sm" th:border="1">
<tr> <tr>
<td>名称</td> <td>名称</td>
<td>介绍</td> <!-- <td>介绍</td>-->
<td>选中</td> <td>选中</td>
<tr/> <tr/>
<div th:each="item : ${listData}"> <div th:each="item : ${listData}">
<tr class="content-tr"> <tr class="content-tr">
<td th:value="${item.name}" th:text="${item.name}"> <td th:value="${item.name}" th:text="${item.name}">
</td> </td>
<td th:text="${item.introduce}"> <!-- <td th:text="${item.introduce}">-->
</td> <!-- </td>-->
<td> <td>
<input name="teamCheck" type="radio" th:value="${item.teamId}"> 选中</label> <input name="teamCheck" type="radio" th:value="${item.teamId}"> 选中</label>
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment