dong 2 månader sedan
förälder
incheckning
98fbfc7961
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      src/views/module_tpm/equipmentRunStatis/history.vue

+ 3 - 3
src/views/module_tpm/equipmentRunStatis/history.vue

@@ -119,19 +119,19 @@ export default {
           title: '点位名称',
           align: 'center',
           // dataIndex: 'tagname',
-          dataIndex: 'MeterCode',
+          dataIndex: 'tagname',
         },
         {
           title: '时间',
           align: 'center',
           // dataIndex: 'logtime',
-          dataIndex: 'Time',
+          dataIndex: 'logtime',
         },
         {
           title: '值',
           align: 'center',
           // dataIndex: 'tagvalue2',
-          dataIndex: 'Power',
+          dataIndex: 'tagvalue',
         },
       ],
     }