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