From 63ed4be3bfc8cb59f790abc15a4d9d0b2dd11f86 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 02 Apr 2025 18:45:44 +0800
Subject: [PATCH] chore: 依赖更新

---
 src/views/SignMachineNest/components/MachineRight/MachineRight.vue |   28 +++++++++++++++++++++++++---
 1 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/src/views/SignMachineNest/components/MachineRight/MachineRight.vue b/src/views/SignMachineNest/components/MachineRight/MachineRight.vue
index 5b6e65e..3705b78 100644
--- a/src/views/SignMachineNest/components/MachineRight/MachineRight.vue
+++ b/src/views/SignMachineNest/components/MachineRight/MachineRight.vue
@@ -1,7 +1,29 @@
 <template>
-  <div class="machine-right">右边</div>
+  <div class="machine-right">
+    <UserOperate/>
+    <MachineStatus/>
+    <MachineMonitor/>
+    <InspectionRaskList/>
+  </div>
 </template>
 
-<script setup></script>
+<script setup>
+import UserOperate from '@/components/UserOperate.vue';
+import MachineStatus from './MachineStatus.vue';
+import MachineMonitor from './MachineMonitor.vue';
+import InspectionRaskList from './InspectionRaskList.vue';
+</script>
 
-<style scoped lang="scss"></style>
\ No newline at end of file
+<style scoped lang="scss">
+.machine-right {
+  position: absolute;
+  top: 122px;
+  right: 31px;
+  width: 404px;
+
+  .titleBox {
+    width: 404px;
+    height: 43px;
+  }
+}
+</style>
\ No newline at end of file

--
Gitblit v1.9.3