From 19e6e3559842d23fc5bd4f28a688dd8c2c747d4b Mon Sep 17 00:00:00 2001
From: pjb <123456>
Date: 星期四, 13 三月 2025 15:35:37 +0800
Subject: [PATCH] 联调agv完成

---
 zy-asrs-admin/src/views/in/order/index.vue |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/zy-asrs-admin/src/views/in/order/index.vue b/zy-asrs-admin/src/views/in/order/index.vue
index 1389dd2..10b25be 100644
--- a/zy-asrs-admin/src/views/in/order/index.vue
+++ b/zy-asrs-admin/src/views/in/order/index.vue
@@ -1,17 +1,17 @@
-<script setup>
-import OrderView from '@/components/order/index.vue';
-</script>
-
-<script>
-export default {
-  name: '鍏ュ簱璁㈠崟'
-}
-</script>
-
-<template>
-  <div>
-    <OrderView ioModel="in"  />
-  </div>
-</template>
-
-<style></style>
+<script setup>
+import OrderView from '@/components/order/order/index.vue';
+</script>
+
+<script>
+export default {
+  name: '鍏ュ簱璁㈠崟'
+}
+</script>
+
+<template>
+  <div>
+    <OrderView ioModel="in"  />
+  </div>
+</template>
+
+<style></style>

--
Gitblit v1.9.1