From dbec00572215089d799188cfbe9181140c51bebf Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 18 Sep 2025 13:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red-green-light-mange/dishonesty-person.js | 5 +++-- .../home-index/components/personPresence/index.vue | 12 ++++++------ src/views/home-index/index.vue | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/api/construction-person/red-green-light-mange/dishonesty-person.js b/src/api/construction-person/red-green-light-mange/dishonesty-person.js index f155bbe..f52275c 100644 --- a/src/api/construction-person/red-green-light-mange/dishonesty-person.js +++ b/src/api/construction-person/red-green-light-mange/dishonesty-person.js @@ -36,9 +36,10 @@ export const importDishonestyPersonAPI = (data) => { } // 红绿灯统计 下载模板 -export const downloadDishonestyPersonTemplateAPI = () => { +export const downloadDishonestyPersonTemplateAPI = (data) => { return request({ - url: '/bmw/download/workerEinTemplate', + url: '/bonus-file/download', method: 'GET', + params: data, }) } diff --git a/src/views/home-index/components/personPresence/index.vue b/src/views/home-index/components/personPresence/index.vue index 1e386e3..9ca585e 100644 --- a/src/views/home-index/components/personPresence/index.vue +++ b/src/views/home-index/components/personPresence/index.vue @@ -4,7 +4,7 @@ - +
性别分布
- +
工种分布
- +
年龄分布
- +
红黄绿灯占比
- +
diff --git a/src/views/home-index/index.vue b/src/views/home-index/index.vue index ed6048e..6f4e6e6 100644 --- a/src/views/home-index/index.vue +++ b/src/views/home-index/index.vue @@ -14,7 +14,7 @@ - +