소스 검색

小修改

dong 2 달 전
부모
커밋
98fbfc7961
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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',
         },
       ],
     }