tp6框架的销售统计系统

index.html 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {layout name="layout" /}
  2. <nav class="breadcrumb">
  3. <span><a href="/">首页</a></span>
  4. <span>&gt;</span>
  5. <span>销售订单</span>
  6. </nav>
  7. <div class="content">
  8. <div class="box-year">
  9. <div class="col-md-3">
  10. <a href="/order/lists/2019">
  11. <h3>2019年度</h3>
  12. <div>
  13. <img src="/static/images/nianbao4.png" alt="2019年度">
  14. </div>
  15. </a>
  16. </div>
  17. <div class="col-md-3">
  18. <a href="/order/lists/2020">
  19. <h3>2020年度</h3>
  20. <img src="/static/images/nianbao4.png" alt="2019年度">
  21. </a>
  22. </div>
  23. <div class="col-md-3">
  24. <a href="/order/lists/2021">
  25. <h3>2021年度</h3>
  26. <img src="/static/images/nianbao4.png" alt="2019年度">
  27. </a>
  28. </div>
  29. <div class="col-md-3">
  30. <a href="/order/lists/0">
  31. <h3>全部</h3>
  32. <img src="/static/images/nianbao4.png" alt="2019年度">
  33. </a>
  34. </div>
  35. </div>
  36. </div>
  37. <script>
  38. </script>