diff --git a/src/assets/css/reset.css b/src/assets/css/reset.css index a84ff34..0e9f155 100644 --- a/src/assets/css/reset.css +++ b/src/assets/css/reset.css @@ -79,12 +79,12 @@ li { } html, body { - /* width: 1920px; - height: 1080px; */ - width: 100%; + width: 1920px; + height: 1080px; + /* width: 100%; height: 100%; min-width: 1440px; - min-height: 784px; + min-height: 784px; */ } body { diff --git a/src/assets/images/dot_1.png b/src/assets/images/dot_1.png new file mode 100644 index 0000000..c7b8815 Binary files /dev/null and b/src/assets/images/dot_1.png differ diff --git a/src/assets/js/getData2.js b/src/assets/js/getData2.js index cafbb57..7a3b29a 100644 --- a/src/assets/js/getData2.js +++ b/src/assets/js/getData2.js @@ -22,3 +22,19 @@ export const queryInfo3 = (id) => post('api/screen/pdm/queryInfo3', { export const queryInfo4 = (id) => post('api/screen/pdm/queryInfo4', { device_id: id }) + +/** 设备管理综合查询 */ +/** 1.1设备每日开机时长 */ +export const getDeviceTime = (id) => post('api/deviceBigScreen/getDeviceTime', {}) +/** 2.1设备数量 */ +export const getDeviceNumber = (id) => post('api/deviceBigScreen/getDeviceNumber', {}) +/** 3.1年故障类别TOP10 */ +export const getDeviceFault = (id) => post('api/deviceBigScreen/getDeviceFault', {}) +/** 4.1设备运行状态 */ +export const getDeviceRunStatus = (id) => post('api/deviceBigScreen/getDeviceRunStatus', {}) +/** 5.1设备年计划保养状态 */ +export const getDeviceYearStatus = (id) => post('api/deviceBigScreen/getDeviceYearStatus', {}) +/** 6.1年保养计划监控 */ +export const getDeviceYearMainPlan = (id) => post('api/deviceBigScreen/getDeviceYearMainPlan', {}) +/** 7.1近30天班组情况 */ +export const getDeviceGroupStatus = (id) => post('api/deviceBigScreen/getDeviceGroupStatus', {}) diff --git a/src/pages/DeviceManage.vue b/src/pages/DeviceManage.vue index e3bc6a7..537cb62 100644 --- a/src/pages/DeviceManage.vue +++ b/src/pages/DeviceManage.vue @@ -27,14 +27,14 @@
总设备台数
-100
+{{num1}}
在用台数
-100
+{{num2}}