wupengfei 2 年之前
父節點
當前提交
a0df6a1120
共有 2 個文件被更改,包括 8 次插入3 次删除
  1. 2 3
      .idea/workspace.xml
  2. 6 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/operate/view/activity/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/activity/index.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/operate/view/forum/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/operate/view/forum/index.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" />
@@ -209,7 +208,7 @@
       <workItem from="1663216924630" duration="8987000" />
       <workItem from="1663289320226" duration="8186000" />
       <workItem from="1663374115380" duration="19161000" />
-      <workItem from="1663548946176" duration="2805000" />
+      <workItem from="1663548946176" duration="2947000" />
     </task>
     <servers />
   </component>

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

@@ -9,6 +9,9 @@
     <table class="layui-table margin-top-20" lay-skin="line">
         <thead>
         <tr>
+            <th class='list-table-sort-td'>
+                <button type="button" data-reload class="layui-btn layui-btn-xs">刷 新</button>
+            </th>
             <th class='text-left nowrap'>标题</th>
             <th class='text-left nowrap'>封面</th>
             <th class='text-left nowrap'>薪资</th>
@@ -20,6 +23,9 @@
         <tbody>
         {foreach $list as $key=>$vo}
         <tr>
+            <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.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>