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

+ 2 - 3
.idea/workspace.xml

@@ -3,8 +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/user/controller/Level.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/controller/Level.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/user/view/level/form.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/user/view/level/form.html" 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" />
@@ -388,7 +387,7 @@
       <workItem from="1690764472148" duration="16055000" />
       <workItem from="1690851419503" duration="20529000" />
       <workItem from="1690938001930" duration="13294000" />
-      <workItem from="1691040879419" duration="3844000" />
+      <workItem from="1691040879419" duration="4716000" />
     </task>
     <servers />
   </component>

+ 2 - 0
application/operate/view/recruit/index.html

@@ -16,6 +16,7 @@
             <th class='list-table-sort-td'>
                 <button type="button" data-reload class="layui-btn layui-btn-xs">刷 新</button>
             </th>
+            <th class='text-left nowrap'>ID</th>
             <th class='text-left nowrap'>标题</th>
             <th class='text-left nowrap'>封面</th>
             <th class='text-left nowrap'>薪资</th>
@@ -31,6 +32,7 @@
             <td class='list-table-sort-td'>
                 <input data-action-blur="{:request()->url()}" data-value="id#{$vo.id};action#sort;sort#{value}" data-loading="false" value="{$vo.sort}" class="list-sort-input">
             </td>
+            <td class='text-left nowrap'>{$vo.id|default='--'}</td>
             <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.salary|default='--'}</td>