|
|
@ -9,8 +9,8 @@
|
|
|
|
<img src="@/assets/svg/Monitor/Triangle.svg" />
|
|
|
|
<img src="@/assets/svg/Monitor/Triangle.svg" />
|
|
|
|
<span class="text-[2.03vh] youshe leading-none">手术量统计</span>
|
|
|
|
<span class="text-[2.03vh] youshe leading-none">手术量统计</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="w-[35.46vh] h-[28.05vh] ml-[2.4vh] my-[3.7vh]">
|
|
|
|
<div class="w-[35.46vh] h-[28.05vh] ml-[2.4vh] opBody">
|
|
|
|
<!-- <div ref="echartsContainer"></div> -->
|
|
|
|
<div class="h-[30vh] w-full">
|
|
|
|
<Histogram
|
|
|
|
<Histogram
|
|
|
|
v-if="getDataList.length"
|
|
|
|
v-if="getDataList.length"
|
|
|
|
:getDataList="getDataList"
|
|
|
|
:getDataList="getDataList"
|
|
|
@ -23,6 +23,7 @@
|
|
|
|
<span>暂无数据</span>
|
|
|
|
<span>暂无数据</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
class="absolute right-0 top-1/4 w-[3.51vh] h-[12.6vh]"
|
|
|
|
class="absolute right-0 top-1/4 w-[3.51vh] h-[12.6vh]"
|
|
|
|
:class="sliderClass"
|
|
|
|
:class="sliderClass"
|
|
|
@ -46,8 +47,6 @@
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import { GetMonitorOperationNumber } from "@/api/monitor";
|
|
|
|
import { GetMonitorOperationNumber } from "@/api/monitor";
|
|
|
|
import dayjs from "dayjs";
|
|
|
|
import dayjs from "dayjs";
|
|
|
|
// import Histogram from "./DepHistogram.vue";
|
|
|
|
|
|
|
|
// import Histogram from "@/views/pageMonitor/bottomRight/DepHistogram.vue"
|
|
|
|
|
|
|
|
import Histogram from "@/views/pageMonitor/bottomLeft/OpHistogram.vue";
|
|
|
|
import Histogram from "@/views/pageMonitor/bottomLeft/OpHistogram.vue";
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
@ -126,4 +125,10 @@ export default {
|
|
|
|
.bgMonthBox {
|
|
|
|
.bgMonthBox {
|
|
|
|
background-image: url("@/assets/svg/Monitor/BottomLeft/MonthActive.svg");
|
|
|
|
background-image: url("@/assets/svg/Monitor/BottomLeft/MonthActive.svg");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.opBody{
|
|
|
|
|
|
|
|
height: calc(100% - 5.07vh);
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|