瀏覽代碼

小修改

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',
         },
       ],
     }