diff --git a/src/apis/index.js b/src/apis/index.js index 10ece51..1ffdf76 100644 --- a/src/apis/index.js +++ b/src/apis/index.js @@ -73,7 +73,7 @@ export const getHistory = params => http.post(`${corrosion}/history/datas`, para // 导出历史数据 export const exportHistory = params => http.post(`${corrosion}/export`, params); -// 发送查询历史记录的指令 +// 发送补传指令 export const sendCommand = params => http.post(`${corrosion}/history`, params); // 补传记录 diff --git a/src/components/config/config-log-function.vue b/src/components/config/config-log-function.vue index c9d555d..8fa38f1 100644 --- a/src/components/config/config-log-function.vue +++ b/src/components/config/config-log-function.vue @@ -11,7 +11,7 @@ diff --git a/src/components/config/config-log-network.vue b/src/components/config/config-log-network.vue index 7c099e7..78de883 100644 --- a/src/components/config/config-log-network.vue +++ b/src/components/config/config-log-network.vue @@ -12,7 +12,7 @@ diff --git a/src/components/history/device.vue b/src/components/history/device.vue index 3a4b58b..93ddfa8 100644 --- a/src/components/history/device.vue +++ b/src/components/history/device.vue @@ -1,5 +1,5 @@ + + diff --git a/src/components/history/history-log-table.vue b/src/components/history/history-log-table.vue index 78eb87b..501d834 100644 --- a/src/components/history/history-log-table.vue +++ b/src/components/history/history-log-table.vue @@ -4,12 +4,12 @@ diff --git a/src/components/history/missing-data.vue b/src/components/history/missing-data.vue new file mode 100644 index 0000000..06c0e30 --- /dev/null +++ b/src/components/history/missing-data.vue @@ -0,0 +1,48 @@ + + + diff --git a/src/components/history/search-bar-data.vue b/src/components/history/search-bar-data.vue index 6c68a02..1c80e12 100644 --- a/src/components/history/search-bar-data.vue +++ b/src/components/history/search-bar-data.vue @@ -13,13 +13,29 @@ - + - + - + + + + +