|
|
@@ -160,8 +160,7 @@ let app = new Vue({
|
|
|
},
|
|
|
},
|
|
|
xAxis: {
|
|
|
- // data: companyList.map(item => item.name),
|
|
|
- data: '123123',
|
|
|
+ data: companyList.map(item => item.name),
|
|
|
axisLine: {
|
|
|
show: false, //隐藏X轴轴线
|
|
|
lineStyle: {
|
|
|
@@ -233,7 +232,6 @@ let app = new Vue({
|
|
|
// })
|
|
|
},
|
|
|
mounted () {
|
|
|
- let a = [1, 2, 3, 4, 5, 6, 7]
|
|
|
if (!sessionStorage.getItem('accounts', this.accounts)) {
|
|
|
window.location.href = './login/login.html'
|
|
|
return
|
|
|
@@ -244,6 +242,7 @@ let app = new Vue({
|
|
|
this.time = formatDate()
|
|
|
}, 1000)
|
|
|
this.centerData = data
|
|
|
+ this.generateEcharts()
|
|
|
},
|
|
|
beforeDestroy () {
|
|
|
if (this.timer) {
|
|
|
@@ -468,7 +467,7 @@ let app = new Vue({
|
|
|
// 弹窗
|
|
|
// tipData.focus[3] = res.orgData.area9.keyPoint
|
|
|
// tipData.analysis[3] = res.orgData.area9.intAnalysis
|
|
|
- // 各省属企业全员劳动生产率
|
|
|
+ // 劳动生产各省属企业全员率
|
|
|
c1[0] = []
|
|
|
c1[1] = []
|
|
|
res.orgData.area9.card1.forEach(item => {
|