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