Lius
7 天以前 e1e7e01e40f3de2bd40d2de974a876f4f29abda2
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>