From bb28c2f09f7fa36b8b80f9d19f23631623b80d1c Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期六, 01 三月 2025 16:59:46 +0800
Subject: [PATCH] #

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

diff --git a/zy-asrs-admin/src/views/out/order/index.vue b/zy-asrs-admin/src/views/out/order/index.vue
index f39e217..d59c519 100644
--- a/zy-asrs-admin/src/views/out/order/index.vue
+++ b/zy-asrs-admin/src/views/out/order/index.vue
@@ -1,17 +1,29 @@
-<script setup>
-import OrderView from '@/components/order/order/index.vue';
-</script>
-
-<script>
-export default {
-  name: '鍑哄簱璁㈠崟'
-}
-</script>
-
-<template>
-  <div>
-    <OrderView ioModel="out"  />
-  </div>
-</template>
-
-<style></style>
+<template>
+    <div>
+        <OrderView ioModel="out"/>
+    </div>
+</template>
+
+<script>
+    import OrderView from '@/components/order/order/index.vue';
+    export default {
+        name: 'OutOrder',
+        data() {
+            return {}
+        },
+        components: {
+            OrderView,
+        },
+        created() {
+
+        },
+        mounted() {
+
+        },
+        methods: {}
+    }
+</script>
+
+<style>
+
+</style>

--
Gitblit v1.9.1