From fda681733bd4bba109b01a8dc16a04869c4378ef Mon Sep 17 00:00:00 2001 From: xiangxy Date: Thu, 21 Sep 2023 15:42:56 +0800 Subject: [PATCH] move --- src/assets/js/getData1.js | 57 +++++++++++++++++++++------------- src/pages/shunhe/ProdCount.vue | 35 ++++++++++++++++++--- 2 files changed, 66 insertions(+), 26 deletions(-) diff --git a/src/assets/js/getData1.js b/src/assets/js/getData1.js index 48b693e..4b44bbd 100644 --- a/src/assets/js/getData1.js +++ b/src/assets/js/getData1.js @@ -233,34 +233,49 @@ export const productionStatistics = () => { 'uncompleted': 12789, 'name': '转炉镁碳砖MASC-65鞍钢23Z001', 'completed': 211 - }, - { - 'uncompleted': 11222, - 'name': '转炉镁碳砖MASC-65鞍钢23Z888', - 'completed': 2988 } + // { + // 'uncompleted': 9222, + // 'name': '转炉镁碳砖MASC-65鞍钢23Z888', + // 'completed': 2988 + // }, + // { + // 'uncompleted': 11888, + // 'name': '转炉镁碳砖MASC-65鞍钢23Z999', + // 'completed': 2999 + // }, + // { + // 'uncompleted': 7888, + // 'name': '转炉镁碳砖MASC-65鞍钢93Z222', + // 'completed': 3555 + // }, + // { + // 'uncompleted': 6888, + // 'name': '转炉镁碳砖MASC-65鞍钢93Z777', + // 'completed': 2222 + // } ], 'mixProduction': [ { 'name': '镁碳砖MGL8343P10-K23Z006', 'value': 3654.0 - }, - { - 'name': '镁碳砖MGL8343P99-K23Z099', - 'value': 2400.0 - }, - { - 'name': '镁碳砖MGL8343P99-K23Z666', - 'value': 1100.0 - }, - { - 'name': '镁碳砖MGL8343P99-K23Z888', - 'value': 3200.0 - }, - { - 'name': '镁碳砖MGL8343P99-K23Z222', - 'value': 1800.0 } + // { + // 'name': '镁碳砖MGL8343P99-K23Z099', + // 'value': 2400.0 + // }, + // { + // 'name': '镁碳砖MGL8343P99-K23Z666', + // 'value': 1100.0 + // }, + // { + // 'name': '镁碳砖MGL8343P99-K23Z888', + // 'value': 3200.0 + // }, + // { + // 'name': '镁碳砖MGL8343P99-K23Z222', + // 'value': 1800.0 + // } ] } return res diff --git a/src/pages/shunhe/ProdCount.vue b/src/pages/shunhe/ProdCount.vue index 126c1ac..2d12462 100644 --- a/src/pages/shunhe/ProdCount.vue +++ b/src/pages/shunhe/ProdCount.vue @@ -92,7 +92,7 @@