index.php 843 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. use backend\assets\AppAsset;
  3. AppAsset::addScript($this, Yii::$app->request->baseUrl . '/js/housenumber/housenumber.js')
  4. ?>
  5. <style>
  6. body {
  7. padding: 15px;
  8. }
  9. .layui-elem-quote {
  10. margin-bottom: 0;
  11. border-left: none;
  12. padding: 10px;
  13. }
  14. .layui-table-cell {
  15. height: auto;
  16. white-space: inherit;
  17. }
  18. </style>
  19. <blockquote class="layui-elem-quote quoteBox demoTable">
  20. <div class="layui-btn-group demoTable">
  21. <button class="layui-btn layui-bg-blue" data-type="addData">新 增</button>
  22. </div>
  23. </blockquote>
  24. <table id="menulist" lay-filter="menulist"></table>
  25. <script type="text/html" id="operate">
  26. <a class="layui-btn layui-btn-xs" lay-event="edit">编辑</a>
  27. <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="del">删除</a>
  28. </script>