zhaowei
9 天以前 257ef0490f66229f983429f01872fac33eef13d0
src/views/dashboard/IndexSignage.vue
@@ -536,7 +536,7 @@
            data: data
          }],
          series: [{
            name: '利用率',
            name: 'TEEP',
            type: 'bar',
            zlevel: 1,
            itemStyle: {
@@ -598,7 +598,7 @@
            }
          ]
        }
        option.title.text = `${moment().subtract(1, 'days').format('M月D日')}利用率`
        option.title.text = `${moment().subtract(1, 'days').format('M月D日')}TEEP`
        this.efficiencyChart.setOption(option, true)
        this.efficiencyChart.hideLoading()
        this.efficiencyChart.on('click', params => {
@@ -1002,7 +1002,7 @@
                }
              }
            },
            data: ['OEE', '利用率']
            data: ['OEE', 'TEEP']
          },
          xAxis: {
            type: 'category',
@@ -1092,7 +1092,7 @@
            type: 'bar',
            barWidth: 15,
            itemStyle: { barBorderRadius: 100 },
            name: '利用率',
            name: 'TEEP',
            data: this.doubleBarChartData.utilizationList,
            label: {
              show: false,