zy-asrs-admin/src/views/in/order/index.vue
@@ -1,17 +1,17 @@ <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> <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>