改进 数据显示

This commit is contained in:
iVampireSP.com 2023-01-14 22:39:06 +08:00
parent 2f0d0c8cff
commit 92ab5ff024
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
5 changed files with 6 additions and 7 deletions

View File

@ -83,4 +83,6 @@
</div> </div>
{{ $transactions->links() }} {{ $transactions->links() }}
<x-module-script/>
@endsection @endsection

View File

@ -68,4 +68,6 @@
</div> </div>
{{ $transactions->links() }} {{ $transactions->links() }}
<x-module-script/>
@endsection @endsection

View File

@ -1,4 +1,4 @@
@auth {{--@auth--}}
{{--<span class="module_name" module="{{ $t->module_id }}">{{ $t->module_id }}</span>--}} {{--<span class="module_name" module="{{ $t->module_id }}">{{ $t->module_id }}</span>--}}
<script> <script>
let modules = {!! $modules !!}, let modules = {!! $modules !!},
@ -23,4 +23,4 @@
}) })
</script> </script>
@endauth {{--@endauth--}}

View File

@ -149,8 +149,6 @@ class="d-none">
</div> </div>
</main> </main>
<x-module-script/>
</div> </div>
</body> </body>

View File

@ -115,9 +115,6 @@ class="d-none">
@yield('content') @yield('content')
</div> </div>
</main> </main>
<x-module-script/>
</div> </div>
</body> </body>