src/views/dashboard/EquipmentSignage.vue
@@ -69,6 +69,9 @@
                <a-descriptions-item label="操作工">
                  {{equipmentInfo.operator}}
                </a-descriptions-item>
                <a-descriptions-item label="设备状态">
                  {{equipmentInfo.equipmentStatus}}
                </a-descriptions-item>
              </a-descriptions>
            </dv-border-box-11>
@@ -251,7 +254,8 @@
          standard: '无',
          depart: '轧机中心',
          workshopSection: '407一工段',
          operator: 'admin'
          operator: 'admin',
          equipmentStatus: 0
        },
        buttonList: [
          {
@@ -406,7 +410,7 @@
      drawGaugeChart1(opt) {
        this.gaugeChart1 = this.$echarts.init(document.getElementById('gauge_chart1'))
        const option = Object.assign({}, opt)
        option.title.text = '利用率'
        option.title.text = moment().subtract(1, 'days').format('M月D日') + '利用率'
        option.series[0].name = '利用率'
        option.series[0].data = [56]
        this.gaugeChart1.setOption(option, true)
@@ -416,7 +420,7 @@
      drawGaugeChart2(opt) {
        this.gaugeChart2 = this.$echarts.init(document.getElementById('gauge_chart2'))
        const option = Object.assign({}, opt)
        option.title.text = '开动率'
        option.title.text = moment().subtract(1, 'days').format('M月D日') + '开动率'
        option.series[0].name = '开动率'
        option.series[0].data = [23]
        this.gaugeChart2.setOption(option, true)
@@ -426,7 +430,7 @@
      drawGaugeChart3(opt) {
        this.gaugeChart3 = this.$echarts.init(document.getElementById('gauge_chart3'))
        const option = Object.assign({}, opt)
        option.title.text = '开机率'
        option.title.text = moment().subtract(1, 'days').format('M月D日') + '开机率'
        option.series[0].name = '开机率'
        option.series[0].data = [44]
        this.gaugeChart3.setOption(option, true)
@@ -436,7 +440,7 @@
      drawGaugeChart4(opt) {
        this.gaugeChart4 = this.$echarts.init(document.getElementById('gauge_chart4'))
        const option = Object.assign({}, opt)
        option.title.text = 'OEE'
        option.title.text = moment().subtract(1, 'months').format('M月') + `OEE`
        option.series[0].name = 'OEE'
        option.series[0].data = [78]
        this.gaugeChart4.setOption(option, true)
@@ -620,17 +624,6 @@
      .left-col {
        padding: 0 10px 0;
        .back-nav {
          width: 100px;
          height: 30px;
          color: #fff;
          position: absolute;
          top: 15px;
          left: 15px;
          cursor: pointer;
          z-index: 9999
        }
        .equipmentId-container {
          height: 100%;