lyh
6 天以前 1392d8f3def2c21e7a6fc15cf3f68fc1056ec0b6
src/views/mdc/base/modules/DeviceProcessReport/DeviceProcessReportList.vue
@@ -57,7 +57,7 @@
    </div>
    <div class="container" id="EfficiencyShift" style="flex:1;overflow: hidden">
      <a-table :columns="columns" rowKey="equipmentId" :dataSource="dataSource" :scroll="{x:'max-content',y:scrollY}"
      <a-table :columns="columns" rowKey="id" :dataSource="dataSource" :scroll="{x:'max-content',y:scrollY}"
               :pagination="false" bordered>
        <span slot="duration" slot-scope="text">{{getFormattedTime(text)}}</span>
      </a-table>