作者 anyv
1 个管道 的构建 通过 耗费 0 秒

投票列表

@@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
16 <volist name="data" id="vo"> 16 <volist name="data" id="vo">
17 <tr class="tr{$vo.id}"> 17 <tr class="tr{$vo.id}">
18 <td>{$vo.id}</td> 18 <td>{$vo.id}</td>
19 - <td><if condition="{$vo.radio} == 1">单选<else />多选</if></td> 19 + <td><if condition="'{$vo.radio}' == 1">单选<else />多选</if></td>
20 <td>{$vo.title}</td> 20 <td>{$vo.title}</td>
21 <td> 21 <td>
22 <button type="button" class="btn btn-default" data-toggle="modal" data-target="#editModal" onclick="edit({$vo.id})" >编辑</button> 22 <button type="button" class="btn btn-default" data-toggle="modal" data-target="#editModal" onclick="edit({$vo.id})" >编辑</button>