| 12345678910111213141516171819202122232425 |
- @extends('layouts.app')
- @section('title')问题件-工作量@endsection
- @section('content')
- @component("order.issue.menu")@endcomponent
- <div class="container-fluid" id="wave_div">
- <div style="min-width: 2000px;">
- <div id="form_div" style="min-width: 1950px;" class="bg-white"></div>
- <table class="table table-sm table-striped table-bordered table-hover card-body mt-2 ">
- <td>
- </td>
- </table>
- </div>
- </div>
- @endsection
- @section('lastScript')
- <script type="text/javascript" src="{{asset('js/queryForm/queryForm.js')}}"></script>
- <script>
- </script>
- @endsection
|