改进 数据显示
This commit is contained in:
parent
2f0d0c8cff
commit
92ab5ff024
@ -83,4 +83,6 @@
|
||||
</div>
|
||||
|
||||
{{ $transactions->links() }}
|
||||
|
||||
<x-module-script/>
|
||||
@endsection
|
||||
|
@ -68,4 +68,6 @@
|
||||
</div>
|
||||
|
||||
{{ $transactions->links() }}
|
||||
|
||||
<x-module-script/>
|
||||
@endsection
|
||||
|
@ -1,4 +1,4 @@
|
||||
@auth
|
||||
{{--@auth--}}
|
||||
{{--<span class="module_name" module="{{ $t->module_id }}">{{ $t->module_id }}</span>--}}
|
||||
<script>
|
||||
let modules = {!! $modules !!},
|
||||
@ -23,4 +23,4 @@
|
||||
})
|
||||
</script>
|
||||
|
||||
@endauth
|
||||
{{--@endauth--}}
|
||||
|
@ -149,8 +149,6 @@ class="d-none">
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<x-module-script/>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
@ -115,9 +115,6 @@ class="d-none">
|
||||
@yield('content')
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<x-module-script/>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user