|
|
|
|
@ -3,7 +3,6 @@
|
|
|
|
|
@php
|
|
|
|
|
$pageTitle = "首页";
|
|
|
|
|
@endphp
|
|
|
|
|
<div>大屏数据</div>
|
|
|
|
|
|
|
|
|
|
@push("header")
|
|
|
|
|
<style>
|
|
|
|
|
@ -275,7 +274,9 @@
|
|
|
|
|
@endpush
|
|
|
|
|
|
|
|
|
|
@section("content")
|
|
|
|
|
|
|
|
|
|
@if($jump_dp == 1)
|
|
|
|
|
<a href="/dashboard" target="_blank"><div>大屏数据</div></a>
|
|
|
|
|
@endif
|
|
|
|
|
<select class="hospital-select" name="hospital-select">
|
|
|
|
|
@foreach($projects as $project)
|
|
|
|
|
<option
|
|
|
|
|
@ -388,11 +389,6 @@
|
|
|
|
|
@push("footer")
|
|
|
|
|
<script src="/plugins/echarts/echarts.min.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
var jump_dp = '{{$jump_dp}}'
|
|
|
|
|
if (jump_dp == 1) {
|
|
|
|
|
console.log('jump')
|
|
|
|
|
window.open('/dashboard','_blank')
|
|
|
|
|
}
|
|
|
|
|
var lies = {!! json_encode($lies) !!};
|
|
|
|
|
var saleList = {!! json_encode($saleList) !!};
|
|
|
|
|
var orderList = {!! json_encode($orderList) !!};
|
|
|
|
|
|