src/views/mdc/base/RepairWorkshopSignage.vue
@@ -45,28 +45,6 @@
          <div>
            <img src="@/assets/signage/repair/table-container.png"/>
            <dv-scroll-board class="scroll-table-container" :config="scrollTableConfig"/>
            <!--<table>-->
            <!--<thead>-->
            <!--<tr>-->
            <!--<th>设备编号</th>-->
            <!--<th>设备名称</th>-->
            <!--<th>所属车间</th>-->
            <!--<th>安装位置</th>-->
            <!--<th>报修人</th>-->
            <!--<th>报修时间</th>-->
            <!--<th>维修人</th>-->
            <!--<th>接单时间</th>-->
            <!--<th>故障持续时间</th>-->
            <!--<th>状态</th>-->
            <!--</tr>-->
            <!--</thead>-->
            <!--<tbody>-->
            <!--<tr v-for="item in 8">-->
            <!--</tr>-->
            <!--</tbody>-->
            <!--</table>-->
          </div>
          <div>
            <img src="@/assets/signage/repair/repaired-rank.png"/>
@@ -419,23 +397,6 @@
            right: '10%',
            containLabel: true
          },
          legend: {
            top: 80,
            right: '10%',
            itemGap: 15,
            textStyle: {
              fontSize: 14,
              fontFamily: 'LanTing',
              color: '#eee',
              height: 10,
              rich: {
                a: {
                  verticalAlign: 'bottom'
                }
              }
            },
            data: ['设备平均故障率']
          },
          xAxis: {
            type: 'category',
            data: [],
@@ -477,9 +438,6 @@
                color: '#eee',
                fontWeight: 'bold',
                margin: 14,
                formatter(value) {
                  return value + '%'
                }
              }
            }
          ],