From 35a3bccaa12309d337e84db75ae344962e55607a Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期二, 17 六月 2025 18:50:27 +0800 Subject: [PATCH] update 调整商品分类为单列 --- seller/src/views/goods/goods-seller/goodsOperation.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/seller/src/views/goods/goods-seller/goodsOperation.vue b/seller/src/views/goods/goods-seller/goodsOperation.vue index 77c41ec..d689a13 100644 --- a/seller/src/views/goods/goods-seller/goodsOperation.vue +++ b/seller/src/views/goods/goods-seller/goodsOperation.vue @@ -13,8 +13,8 @@ <second-step ref='second' :firstData="firstData" v-if="activestep === 1"></second-step> <!-- 绗笁姝� 鍙戝竷瀹屾垚 --> <third-step ref='third' v-if="activestep === 2"></third-step> - - + + </div> </template> <script> @@ -51,7 +51,7 @@ this.activestep = 0 this.$refs.first.selectGoodsType = true; } - + } }; </script> -- Gitblit v1.8.0