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

图片

... ... @@ -9,6 +9,7 @@
<tr>
<th style="width: 60px;">ID</th>
<th style="width: 80px;">单选/多选</th>
<th>缩略图</th>
<th>投票标题</th>
<th style="width: 150px;">操作</th>
</tr>
... ... @@ -18,6 +19,7 @@
<tr class="tr{$vo.id}">
<td>{$vo.id}</td>
<td><if condition="$vo.radio eq 1">单选<else />多选</if></td>
<td><img src="{:cmf_get_image_url(admin/20190415/db563bac56914cbf27e53cd45c85b8ea.png)}"></td>
<td>{$vo.title}</td>
<td>
<button type="button" class="btn btn-default" data-toggle="modal" data-target="#editModal" onclick="edit({$vo.id})" >编辑</button>
... ...