Commit 89bc1a8c authored by youjie's avatar youjie

no message

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