performance.blade.php 671 B

12345678910111213141516171819202122232425
  1. @extends('layouts.app')
  2. @section('title')问题件-工作量@endsection
  3. @section('content')
  4. @component("order.issue.menu")@endcomponent
  5. <div class="container-fluid" id="wave_div">
  6. <div style="min-width: 2000px;">
  7. <div id="form_div" style="min-width: 1950px;" class="bg-white"></div>
  8. <table class="table table-sm table-striped table-bordered table-hover card-body mt-2 ">
  9. <td>
  10. </td>
  11. </table>
  12. </div>
  13. </div>
  14. @endsection
  15. @section('lastScript')
  16. <script type="text/javascript" src="{{asset('js/queryForm/queryForm.js')}}"></script>
  17. <script>
  18. </script>
  19. @endsection