src/views/mdc/base/modules/OEEAnalysis/OEEAnalysisList.vue
@@ -54,8 +54,7 @@
      <div class="container" id="EfficiencyShift" style="margin-top: 20px;">
        <div class="table2">
          <a-table :columns="columns" :dataSource="dataSource.records" :pagination="false" bordered
                   :scroll="{ x: 1500, y: false }">
                   :scroll="{ x: 3000, y: false }">
          </a-table>
        </div>
      </div>
@@ -117,21 +116,21 @@
            align: 'center',
            customRender: function(t, r, index) {
              return parseInt(index) + 1
            },
            }
            // fixed: 'left'
          },
          {
            title: '设备统一编号',
            align: 'center',
            dataIndex: 'equipmentId',
            width: 120,
            width: 120
            // fixed: 'left'
          },
          {
            title: '设备名称',
            align: 'center',
            width: 150,
            dataIndex: 'equipmentName',
            dataIndex: 'equipmentName'
            // fixed: 'left'
          },
          {