zhaowei
6 天以前 48d85187a16a313c5244a830862db5e672e6997d
src/views/dashboard/WorkshopSectionSignage.vue
@@ -660,7 +660,7 @@
          xAxis: equipmentIdList,
          yAxis: [
            {
              name: '利用率',
              name: 'TEEP',
              value: this.first7DaysEfficiencyData.dataList.map(item => item.utilizationRate)
            },
            {
@@ -672,7 +672,7 @@
              value: this.first7DaysEfficiencyData.dataList.map(item => item.openRate)
            }
          ],
          yAxisName: '前7天利用率(%)'
          yAxisName: '前7天TEEP(%)'
        }
        let legendData = []
        let seriesData = []
@@ -953,8 +953,8 @@
            }
          })
          .finally(() => {
            option.title.text = moment().subtract(1, 'days').format('M月D日') + `利用率`
            option.series[0].name = '利用率'
            option.title.text = moment().subtract(1, 'days').format('M月D日') + `TEEP`
            option.series[0].name = 'TEEP'
            option.series[0].data = [this.gaugeChartData.utilizationRate]
            this.gaugeChart1.setOption(option, true)
            this.gaugeChart1.hideLoading()