diff --git a/src/api/environmental/environmentalLog.js b/src/api/environmental/environmentalLog.js index 0709f7bc..9dfae29e 100644 --- a/src/api/environmental/environmentalLog.js +++ b/src/api/environmental/environmentalLog.js @@ -8,3 +8,12 @@ export function getCostEnviHisPage(query) { params: query }) } + +// 获得余热发电page +export function yurepage(query) { + return request({ + url: '/base/energy-quantity-day/yurepage', + method: 'get', + params: query + }) +} diff --git a/src/mixins/basic-page.js b/src/mixins/basic-page.js index 549a15a6..46218a24 100644 --- a/src/mixins/basic-page.js +++ b/src/mixins/basic-page.js @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2022-08-24 11:19:43 * @LastEditors: zwq - * @LastEditTime: 2024-04-02 09:33:29 + * @LastEditTime: 2025-02-21 13:18:46 * @Description: */ export default { @@ -16,7 +16,7 @@ export default { }, tableData: [], //table数据 listQuery: { //分页 - pageSize: 10, + pageSize: 20, pageNo: 1, total: 1, }, diff --git a/src/views/Environmental/Envi-yure-log.vue b/src/views/Environmental/Envi-yure-log.vue new file mode 100644 index 00000000..04031881 --- /dev/null +++ b/src/views/Environmental/Envi-yure-log.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/src/views/Environmental/Environmental-log.vue b/src/views/Environmental/Environmental-log.vue index 26a12f5d..4710e14c 100644 --- a/src/views/Environmental/Environmental-log.vue +++ b/src/views/Environmental/Environmental-log.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2024-11-13 14:01:16 * @LastEditors: zwq - * @LastEditTime: 2024-11-13 15:36:35 + * @LastEditTime: 2025-02-21 14:31:00 * @Description: -->