wupengfei 2 years ago
parent
commit
ab1366410f
2 changed files with 7 additions and 3 deletions
  1. 2 2
      .idea/workspace.xml
  2. 5 1
      application/operate/view/recruit/index.html

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/controller/Recruit.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/controller/Recruit.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/operate/view/recruit/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/recruit/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -207,7 +207,7 @@
       <workItem from="1663115672199" duration="17172000" />
       <workItem from="1663216924630" duration="8987000" />
       <workItem from="1663289320226" duration="8186000" />
-      <workItem from="1663374115380" duration="7615000" />
+      <workItem from="1663374115380" duration="7714000" />
     </task>
     <servers />
   </component>

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

@@ -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>