Commit 5af4bdf8 authored by godwithdh's avatar godwithdh

boss

parent 62ba78c2
......@@ -4,7 +4,7 @@
height:100%;
display:flex;
flex-direction: column;
background: #f2f2f2;
background: #DCE9FE;
.Head{
height:30px;
......
......@@ -126,7 +126,7 @@
<span :class="{active:situation=='abnormal'}" @click="situation='abnormal'">异常预警</span>
<span :class="{active:situation=='tiipChartInventory'}" @click="situation='tiipChartInventory'">库存情况</span>
</div>
<div class="content" :style="situation=='tiipChartInventory'&&'background:#fff;'">
<div class="content">
<component :is="situation" :dateMode="dateMode" :start="DateValue[0]" :end="DateValue[1]"/>
</div>
<calendar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment