Commit 89bc1a8c authored by youjie's avatar youjie

no message

parent fd326151
......@@ -110,15 +110,22 @@
</ul>
</div>
<!-- height: 78%;overflow: auto; -->
<div v-loading="loading" style="display: flex;flex-direction: row;flex-wrap: wrap;">
<IncomeChange :msgData="msg" :StatisticalData="StatisticalData"></IncomeChange>
<IncomeShare :msgData="msg" :StatisticalData="StatisticalData"></IncomeShare>
<WoolRateChange :msgData="msg" :StatisticalData="StatisticalData"></WoolRateChange>
<ActualRateChange :msgData="msg" :StatisticalData="StatisticalData"></ActualRateChange>
<ChangeProportion :msgData="msg" :StatisticalData="StatisticalData"></ChangeProportion>
<WoolRateColumnar :msgData="msg" :StatisticalData="StatisticalData"></WoolRateColumnar>
<ActualRateColumnar :msgData="msg" :StatisticalData="StatisticalData"></ActualRateColumnar>
<div v-loading="loading">
<div style="display: flex;flex-direction: row;flex-wrap: wrap;">
<IncomeChange :msgData="msg" :StatisticalData="StatisticalData"></IncomeChange>
<IncomeShare :msgData="msg" :StatisticalData="StatisticalData"></IncomeShare>
<ChangeProportion :msgData="msg" :StatisticalData="StatisticalData"></ChangeProportion>
</div>
<div style="display: flex;flex-direction: row;flex-wrap: wrap;">
<WoolRateColumnar :msgData="msg" :StatisticalData="StatisticalData"></WoolRateColumnar>
<ActualRateColumnar :msgData="msg" :StatisticalData="StatisticalData"></ActualRateColumnar>
</div>
<div style="display: flex;flex-direction: row;flex-wrap: wrap;">
<WoolRateChange :msgData="msg" :StatisticalData="StatisticalData"></WoolRateChange>
<ActualRateChange :msgData="msg" :StatisticalData="StatisticalData"></ActualRateChange>
</div>
</div>
</div>
</template>
......@@ -148,8 +155,8 @@ export default {
DataType:'-1',
LossType:'0',
IsLastData:1,
LineIdList: [],
LineIdStr: ''
LineIdList: [14],
LineIdStr: '14'
},
dateTime: [],
CompanyList: [],
......
......@@ -89,7 +89,7 @@ export default {
icon: "circle",
padding: [5, 30, 20, 30] ,
data: titles,
selected: Stocklegend
// selected: Stocklegend
},
grid: {
left: 15, // 默认10%,给24就挺合适的。
......
......@@ -90,7 +90,7 @@ export default {
icon: "circle",
padding: [5, 30, 20, 30] ,
data: titles,
selected: Stocklegend
// selected: Stocklegend
},
grid: {
left: 15, // 默认10%,给24就挺合适的。
......
......@@ -89,7 +89,7 @@ export default {
icon: "circle",
padding: [5, 30, 20, 30] ,
data: titles,
selected: Stocklegend
// selected: Stocklegend
},
grid: {
left: 15, // 默认10%,给24就挺合适的。
......
......@@ -90,7 +90,7 @@ export default {
icon: "circle",
padding: [5, 30, 20, 30] ,
data: titles,
selected: Stocklegend
// selected: Stocklegend
},
grid: {
left: 15, // 默认10%,给24就挺合适的。
......
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