From 5072f2dae126e4cfc4d1469fe44096824aa3f8ec Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 2 Jul 2024 13:47:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/component/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/user/component/detail.vue b/src/views/user/component/detail.vue index 12cb935..5f26d57 100644 --- a/src/views/user/component/detail.vue +++ b/src/views/user/component/detail.vue @@ -217,7 +217,7 @@ const cancelUpdate = () => { const isDisabled = ref(true); const activeStore = ref(0); -const activeStoreList = ref(["基本信息", "用户资产"]); +const activeStoreList = ref(["基本信息"]); const isOut = ref(false); // 是否为出库状态 const productList = ref([]); // 商品列表