Browse Source

修复changeJob 按钮bug

insomniaLee 5 years ago
parent
commit
16735868b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/templates/jobList.html

+ 1 - 1
src/main/resources/templates/jobList.html

@@ -122,7 +122,7 @@
                         <td><span  class=" " th:if="${task.get('create_time')!=null}" th:text="${#dates.format(task.get('create_time'),'yyyy-MM-dd HH:mm:ss')} " ></span></td>
                         <td>
 <!--                            <button th:onclick="'showYulan( \''+${task.get('id')}+'\' )'" class="btn btn-default">预览</button>-->
-                            <a type="button" class="btn btn-default" th:href="'/changeJob?id='+${task.get('id')}">修改</a>
+                            <a type="button" class="btn btn-default" th:href="'/review/changeJob?id='+${task.get('id')}">修改</a>
                             <button  th:onclick="'delJob( this, \''+${task.get('id')}+'\' )'"  class="btn btn-default">删除</button>
                         </td>