From 42b90c73ec1a9f4ce40e92049d28b1617c721c7d Mon Sep 17 00:00:00 2001 From: lixiaobang <2547956374@qq.com> Date: Wed, 9 Nov 2022 10:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 + src/api/index.js | 12 +++ src/views/Home.vue | 202 ++++++++++++++++++++++++++++----------------- 3 files changed, 140 insertions(+), 76 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3d9403f..76c600a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -113,6 +113,8 @@ export default { .active{ color: #ffffff; background: url('./assets/images/routerActive.png') no-repeat; + background-size: 100% 100%; + } } .right{ diff --git a/src/api/index.js b/src/api/index.js index ee818b1..6d65199 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -21,4 +21,16 @@ export const getDevice = (params) => { return axios.get('/Handler/Device.ashx', { params }) +}; +//班组故障查询 +export const getBanzugz = (params) => { + return axios.get('/Handler/Banzugz.ashx', { + params + }) +}; +//查询工单统计 +export const getGdtj = (params) => { + return axios.get('/Handler/gdtj.ashx', { + params + }) }; \ No newline at end of file diff --git a/src/views/Home.vue b/src/views/Home.vue index 6b471d5..bf59a53 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -76,57 +76,62 @@