You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
@extends("admin.layouts.layout")
|
|
|
|
|
|
|
|
|
|
@php
|
|
|
|
|
$pageTitle = "首页";
|
|
|
|
|
@endphp
|
|
|
|
|
|
|
|
|
|
@push("header")
|
|
|
|
|
<style>
|
|
|
|
|
.toll-free-box i {
|
|
|
|
|
transform: none !important;
|
|
|
|
|
left: 1rem;
|
|
|
|
|
bottom: .4rem;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
@endpush
|
|
|
|
|
|
|
|
|
|
@section("content")
|
|
|
|
|
<div class="card1">
|
|
|
|
|
<div class="card1-title">
|
|
|
|
|
<p>数据统计</p>
|
|
|
|
|
<div>
|
|
|
|
|
<span>更多</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card1-body">
|
|
|
|
|
<div>
|
|
|
|
|
<div>今日应收(元)</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
function jump(url){
|
|
|
|
|
window.open(url)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</script>
|