zhaowei
8 天以前 3db6d5c4d17ab9942a5c89a167c1f06ca485f355
src/views/dashboard/BranchFactorySignage.vue
@@ -546,7 +546,7 @@
            data: data
          }],
          series: [{
            name: '利用率',
            name: 'TEEP',
            type: 'bar',
            zlevel: 1,
            itemStyle: {
@@ -608,7 +608,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()
@@ -1018,7 +1018,7 @@
                }
              }
            },
            data: ['OEE', '利用率']
            data: ['OEE', 'TEEP']
          },
          xAxis: {
            type: 'category',
@@ -1108,7 +1108,7 @@
            type: 'bar',
            barWidth: 15,
            itemStyle: { barBorderRadius: 100 },
            name: '利用率',
            name: 'TEEP',
            data: this.doubleBarChartData.utilizationList,
            label: {
              show: false,