Browse Source

bi大数据

newStyle
风继续吹 11 months ago
parent
commit
676e0b79f0
1 changed files with 11 additions and 6 deletions
  1. +11
    -6
      pages/center/dataBoard/dataBoard.vue

+ 11
- 6
pages/center/dataBoard/dataBoard.vue View File

@@ -240,7 +240,7 @@
color: ["#1890FF", "#91CB74", "#FAC858", "#EE6666", "#73C0DE", "#3CA272", "#FC8452", "#9A60B4",
"#ea7ccc"
],
padding: [15, 10, 20, 15],
padding: [25, 25, 25, 25],
enableScroll: false,
legend: {},
xAxis: {
@@ -267,10 +267,10 @@
this.getCompany()
this.initPage()
},
onPullDownRefresh() {
this.initPage()
setTimeout(() => {
uni.stopPullDownRefresh()
}, 2000)
@@ -420,7 +420,7 @@
color: ["#1890FF", "#91CB74", "#FAC858", "#EE6666", "#73C0DE",
"#3CA272", "#FC8452", "#9A60B4", "#ea7ccc"
],
padding: [5, 5, 5, 5],
padding: [20, 20, 20, 20],
enableScroll: false,
extra: {
pie: {
@@ -431,8 +431,13 @@
border: false,
borderWidth: 3,
borderColor: "#FFFFFF"
},
markLine: {
labelOffsetX: 10,
labelOffsetY: 10,
}
}
},
}
this.$forceUpdate()
}
@@ -506,7 +511,7 @@
if (res) {
this.companyList = res.map(item => {
return {
id: item.id,
id: item.orgCode,
templateName: item.name
}
})


Loading…
Cancel
Save