From 245d9e9f822bf5013e0d7955b5579cb478124470 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 28 Jul 2023 16:53:44 +0800 Subject: [PATCH] 2023-7-28 --- src/api/static/index.js | 17 ++ src/components/XyTable/index.vue | 1 + src/views/dashboard/index.vue | 4 + .../statisticalReport/quarterlyStatistics.vue | 276 ++++++++++++++++++ 4 files changed, 298 insertions(+) create mode 100644 src/api/static/index.js create mode 100644 src/views/statisticalReport/quarterlyStatistics.vue diff --git a/src/api/static/index.js b/src/api/static/index.js new file mode 100644 index 0000000..fd06180 --- /dev/null +++ b/src/api/static/index.js @@ -0,0 +1,17 @@ +import request from "@/utils/request"; + +export function planToFundlog (params) { + return request({ + url: '/api/admin/chart/plan-to-fundlog', + method: 'get', + params + }) +} + +export function departmentMoney (params) { + return request({ + url: '/api/admin/chart/department-money', + method: 'get', + params + }) +} diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index 6551681..e31df00 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -164,6 +164,7 @@ export default { if(item.customFn){ return ( +
+ +
+ + 关键字 + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ + + + +