Commit 668fef7f authored by youjie's avatar youjie

no message

parent 6dcbfda7
......@@ -109,7 +109,8 @@
</li>
</ul>
</div>
<div v-loading="loading" style="height: 78%;overflow: auto;display: flex;flex-direction: row;flex-wrap: wrap;">
<!-- 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>
......
......@@ -51,7 +51,8 @@ export default {
},
methods: {
handleResize() {
this.getEchart()
location.reload()
},
getEchart(){
let datas = []
......
......@@ -77,7 +77,8 @@ export default {
},
methods: {
handleResize() {
this.getEchart()
location.reload()
},
getEchart(){
this.inCostDatas()
......
......@@ -51,7 +51,8 @@ export default {
},
methods: {
handleResize() {
this.getEchart()
location.reload()
},
getEchart(){
let datas = []
......
......@@ -60,7 +60,8 @@ export default {
},
methods: {
handleResize() {
this.getEchart()
location.reload()
},
getEchart(){
let datas = [{
......
......@@ -51,7 +51,8 @@ export default {
},
methods: {
handleResize() {
this.getEchart()
location.reload()
},
getEchart(){
let datas = []
......
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