|
@@ -11,6 +11,8 @@
|
|
|
<tr>
|
|
|
<th class='text-left nowrap'>标题</th>
|
|
|
<th class='text-left nowrap'>封面</th>
|
|
|
+ <th class='text-left nowrap'>薪资</th>
|
|
|
+ <th class='text-left nowrap'>学历</th>
|
|
|
<th class='text-left '>添加时间</th>
|
|
|
<th class="text-left" style="width: 20%">操作</th>
|
|
|
</tr>
|
|
@@ -19,7 +21,9 @@
|
|
|
{foreach $list as $key=>$vo}
|
|
|
<tr>
|
|
|
<td class='text-left nowrap'>{$vo.title|default='--'}</td>
|
|
|
- <td class='text-left nowrap'><img data-tips-image="{$vo.cover|default=''}" src="{$vo.cover|default=''}" height="50" width="110px"></td>
|
|
|
+ <td class='text-left nowrap'><img data-tips-image="{$vo.cover|default=''}" src="{$vo.cover|default=''}" height="50" width="50px"></td>
|
|
|
+ <td class='text-left'>{$vo.price_min|default='--'}/{$vo.price_max|default='--'}</td>
|
|
|
+ <td class='text-left'>{$vo.educationdefault='--'}</td>
|
|
|
<td class='text-left'>{$vo.create_at|default='--'}</td>
|
|
|
<td class='text-left' style="width: 20%">
|
|
|
<a data-title="编辑" class="layui-btn layui-btn-sm" data-open='{:url("edit")}?id={$vo.id}'>编 辑</a>
|