wupengfei 2 年之前
父节点
当前提交
5f740a8eb5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/operate/view/recruit/index.html

+ 1 - 1
.idea/workspace.xml

@@ -207,7 +207,7 @@
       <workItem from="1663115672199" duration="17172000" />
       <workItem from="1663216924630" duration="8987000" />
       <workItem from="1663289320226" duration="8186000" />
-      <workItem from="1663374115380" duration="7714000" />
+      <workItem from="1663374115380" duration="7730000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/operate/view/recruit/index.html

@@ -23,7 +23,7 @@
             <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="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.education|default='--'}</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>