From e1b484d806f853c14a71ddda361b6bdbc9e42e4f Mon Sep 17 00:00:00 2001
From: "AERWEN\\26795" <123456789a>
Date: Sun, 15 Oct 2023 13:16:55 +0800
Subject: [PATCH] =?UTF-8?q?fixed=20=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=AE=A2=E5=8D=95=E7=8A=B6=E6=80=81?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../business/GoodsManager/GoodsCategorys/index.vue | 2 +-
src/views/business/OrderManage/Orders/index.vue | 12 ++++++++----
.../business/OrderManage/Orders/orderDetail.vue | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/src/views/business/GoodsManager/GoodsCategorys/index.vue b/src/views/business/GoodsManager/GoodsCategorys/index.vue
index 2bd0e92..886bc34 100644
--- a/src/views/business/GoodsManager/GoodsCategorys/index.vue
+++ b/src/views/business/GoodsManager/GoodsCategorys/index.vue
@@ -130,7 +130,7 @@ const total = ref(0)
// 是否加载
const loading = ref(true)
// 是否展开,默认全部折叠
-const isExpandAll = ref(false)
+const isExpandAll = ref(true)
const refreshTable = ref(true)
const data = reactive({
diff --git a/src/views/business/OrderManage/Orders/index.vue b/src/views/business/OrderManage/Orders/index.vue
index f92b335..8e182af 100644
--- a/src/views/business/OrderManage/Orders/index.vue
+++ b/src/views/business/OrderManage/Orders/index.vue
@@ -174,7 +174,7 @@