diff --git a/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue b/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue
index 01256141..38cc84f4 100644
--- a/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue
+++ b/src/views/projectFront/devicePosition/dataPay/dataModule/dataPayRealTimeData.vue
@@ -40,8 +40,10 @@
- 正在工作
- 正在待机
+ 工作状态
+ 怠速状态
+ 静止状态
+ 离线状态
@@ -119,7 +121,7 @@ export default {
uploadTime_end: this.searchForm.uploadTime_end
}).then(result => {
if (result.success) {
- this.List = result.result.records
+ this.tableData = result.result.records
this.pageInfo.total = result.result.total
}
})