From e2689b18561ad47a48ad7b54b9f6b0bc697be47b Mon Sep 17 00:00:00 2001 From: "geng.tang@qq.com" Date: Mon, 29 Jan 2024 18:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=97=A0=E6=95=88=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/all/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/order/all/index.vue b/src/views/order/all/index.vue index 766d2a0..2f78555 100644 --- a/src/views/order/all/index.vue +++ b/src/views/order/all/index.vue @@ -123,7 +123,7 @@ - + @@ -144,7 +144,7 @@ import Search from './components/search.vue'; import Delivery from './components/delivery.vue'; // import OrderEdit from './components/order-edit.vue'; - import OrderInfo from './components/order-info.vue'; + // import OrderInfo from './components/order-info.vue'; import { pageOrder, removeOrder, removeBatchOrder } from '@/api/order'; import type { Order, OrderParam } from '@/api/order/model'; // import { useUserStore } from '@/store/modules/user';