record.html 923 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>服务记录</title>
  6. <link rel="stylesheet" type="text/css" href="../../../css/bootstrap.min.css"/>
  7. <link rel="stylesheet" href="../../../plugins/toastr/toastr.min.css" />
  8. <link rel="stylesheet" href="../../record/css/record.css" />
  9. </head>
  10. <body>
  11. <div id="app">
  12. <inner-tabs :tabs="innerTabs" :activeidx="activeidx"></inner-tabs>
  13. </div>
  14. <script type="text/javascript" src="../../../js/vue.js"></script>
  15. <script type="text/javascript" src="../../../js/jquery-2.2.4.js" ></script>
  16. <script src="../../../plugins/layer/layer.min.js"></script>
  17. <script src="../../../plugins/toastr/toastr.min.js"></script>
  18. <script src="../../../js/util.js"></script>
  19. <script src="../../../api/http-request.js"></script>
  20. <script src="../../../component/record/inner-tabs.js"></script>
  21. <script src="../js/record-tabs.js"></script>
  22. </body>
  23. </html>