schedule_log.html 709 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>定时任务日志</title>
  5. #parse("sys/header.html")
  6. </head>
  7. <body>
  8. <div id="rrapp">
  9. <div>
  10. <Row :gutter="16">
  11. <div class="search-group">
  12. <i-col span="4">
  13. <i-input v-model="q.jobId" @on-enter="query" placeholder="任务ID"/>
  14. </i-col>
  15. <i-button @click="query">查询</i-button>
  16. <i-button type="warning" @click="back">返回</i-button>
  17. </div>
  18. </Row>
  19. <table id="jqGrid"></table>
  20. <div id="jqGridPager"></div>
  21. </div>
  22. <script src="${rc.contextPath}/js/sys/schedule_log.js?_${date.systemTime}"></script>
  23. </body>
  24. </html>