zhaowei
2025-03-03 133c3ad5450976bb161a9c713f2a6cf075165c55
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>