From 9ce42195ccc334a640abaab082da2562b1d0f945 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 5 Jan 2024 10:49:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/mork2.js | 16 +++--- src/pages/modules/home/left/left.vue | 74 ++++++++------------------ src/pages/modules/home/right/left.vue | 13 ++--- src/pages/modules/home/right/right.vue | 33 ++++-------- src/style/reset.css | 2 +- 5 files changed, 45 insertions(+), 93 deletions(-) diff --git a/src/config/mork2.js b/src/config/mork2.js index 96c1ab2..e476794 100644 --- a/src/config/mork2.js +++ b/src/config/mork2.js @@ -223,49 +223,49 @@ export const homepageDataLeft = () => { 'materialCode': 'GBMCZ3027L323217GM003ZX22-30', 'materialName': '物料一', // 数量 - 'qty': 100 + 'qty': 1 }, { // 物料编码 'materialCode': 'GBMCZ3027L323217GM003ZX22-30', 'materialName': '物料二', // 数量 - 'qty': 100 + 'qty': 2 }, { // 物料编码 'materialCode': 'GBMCZ3027L323217GM003ZX22-30', 'materialName': '物料三', // 数量 - 'qty': 100 + 'qty': 3 }, { // 物料编码 'materialCode': 'GBMCZ3027L323217GM003ZX22-30', 'materialName': '物料四', // 数量 - 'qty': 100 + 'qty': 4 }, { // 物料编码 'materialCode': 'GBMCZ3027L323217GM003ZX22-30', 'materialName': '物料五', // 数量 - 'qty': 100 + 'qty': 5 }, { // 物料编码 'materialCode': 'GBMCZ3027L323217GM003ZX22-30', 'materialName': '物料6', // 数量 - 'qty': 100 + 'qty': 6 }, { // 物料编码 'materialCode': 'GBMCZ3027L323217GM003ZX22-30', 'materialName': '物料7', // 数量 - 'qty': 100 + 'qty': 7 } ] } @@ -311,7 +311,7 @@ export const homepageDataRight = () => { 'top10Of30Days': [ { 'deviceName': '压机1', - 'count': 10 + 'count': 100 }, { 'deviceName': '压机2', diff --git a/src/pages/modules/home/left/left.vue b/src/pages/modules/home/left/left.vue index 89fc27e..f2e811d 100644 --- a/src/pages/modules/home/left/left.vue +++ b/src/pages/modules/home/left/left.vue @@ -105,8 +105,8 @@