From 0920e55ee2163ccd1c9b92a9254432b51a2c74c5 Mon Sep 17 00:00:00 2001 From: mll Date: Thu, 16 Apr 2026 00:17:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E5=90=88=E9=94=80=E5=94=AE=E8=A1=A8?= =?UTF-8?q?=E6=A0=87=E5=87=86=E5=93=81=E5=90=8D=E4=B8=8B=E9=92=BB=E9=94=80?= =?UTF-8?q?=E5=94=AE=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/design/report/index.ts | 3 + .../LowDesign/src/LowReport/index.vue | 97 ++++++++++++++++++- src/styles/index.scss | 4 +- 3 files changed, 101 insertions(+), 3 deletions(-) diff --git a/src/api/design/report/index.ts b/src/api/design/report/index.ts index 30df8dc..5b70ff4 100644 --- a/src/api/design/report/index.ts +++ b/src/api/design/report/index.ts @@ -76,6 +76,9 @@ export const getTableList = (reportCode, data?, isOpen?) => { return request.post({ url: `/lideeyunji/${isOpen ? 'open/report' : 'report-data'}/list/${reportCode}`, data }) } +export const getTableInfo = ( data) => { + return request.postOriginal({ url: `/lideeyunji/agg/month/record`, data }) +} /** * 批量获取报表数据 diff --git a/src/components/LowDesign/src/LowReport/index.vue b/src/components/LowDesign/src/LowReport/index.vue index c42a54a..98eb170 100644 --- a/src/components/LowDesign/src/LowReport/index.vue +++ b/src/components/LowDesign/src/LowReport/index.vue @@ -71,7 +71,9 @@ + -