From 64ff4a16d0140891598ff2c6fa64d0a00b234a22 Mon Sep 17 00:00:00 2001 From: 15133876896-BGG25 <2233720980@qq.com> Date: Tue, 16 May 2023 09:25:18 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=9B=B4=E6=96=B0=E7=B2=BE=E5=8A=A0=E8=BD=A6?= =?UTF-8?q?=E9=97=B4=E4=BC=A0=E6=84=9F=E5=99=A8=E5=9B=BE=E4=BE=8B=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E5=9B=BE=E4=BE=8B=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PaintShopView/components/humidity.vue | 250 ++++++++++++++++++ src/views/PaintShopView/components/pm.vue | 234 ++++++++++++++++ .../PaintShopView/components/verticalNum.vue | 19 +- src/views/PaintShopView/finishView/bottom.vue | 97 ++++++- src/views/PaintShopView/finishView/index.vue | 16 +- src/views/PaintShopView/finishView/top.vue | 90 +++++-- .../PaintShopView/machiningView/bottom.vue | 98 +++---- .../PaintShopView/machiningView/index.vue | 16 +- src/views/PaintShopView/machiningView/top.vue | 88 ++++-- 9 files changed, 788 insertions(+), 120 deletions(-) create mode 100644 src/views/PaintShopView/components/humidity.vue create mode 100644 src/views/PaintShopView/components/pm.vue diff --git a/src/views/PaintShopView/components/humidity.vue b/src/views/PaintShopView/components/humidity.vue new file mode 100644 index 0000000..294cae7 --- /dev/null +++ b/src/views/PaintShopView/components/humidity.vue @@ -0,0 +1,250 @@ + + + + + + + diff --git a/src/views/PaintShopView/components/pm.vue b/src/views/PaintShopView/components/pm.vue new file mode 100644 index 0000000..663f5dc --- /dev/null +++ b/src/views/PaintShopView/components/pm.vue @@ -0,0 +1,234 @@ + + + + + + + diff --git a/src/views/PaintShopView/components/verticalNum.vue b/src/views/PaintShopView/components/verticalNum.vue index 539baff..a50e96c 100644 --- a/src/views/PaintShopView/components/verticalNum.vue +++ b/src/views/PaintShopView/components/verticalNum.vue @@ -1,5 +1,5 @@