feat: 用户详情完成【等待商城模块完成同步其余项】
							parent
							
								
									616069cc0c
								
							
						
					
					
						commit
						7d24a69a28
					
				|  | @ -98,11 +98,36 @@ onMounted(async () => { | ||||||
|           <TabPane tab="收货地址" key="UserAddressList"> |           <TabPane tab="收货地址" key="UserAddressList"> | ||||||
|             <UserAddressList class="h-full" :user-id="userId" /> |             <UserAddressList class="h-full" :user-id="userId" /> | ||||||
|           </TabPane> |           </TabPane> | ||||||
|           <TabPane tab="订单管理" key="UserOrderList" /> |           <TabPane tab="订单管理" key="UserOrderList"> | ||||||
|           <TabPane tab="售后管理" key="UserAfterSaleList" /> |             <!-- Todo: 商城模块 --> | ||||||
|           <TabPane tab="收藏记录" key="UserFavoriteList" /> |             <div class="h-full"> | ||||||
|           <TabPane tab="优惠劵" key="UserCouponList" /> |               <h1>订单管理</h1> | ||||||
|           <TabPane tab="推广用户" key="UserBrokerageList" /> |             </div> | ||||||
|  |           </TabPane> | ||||||
|  |           <TabPane tab="售后管理" key="UserAfterSaleList"> | ||||||
|  |             <!-- Todo: 商城模块 --> | ||||||
|  |             <div class="h-full"> | ||||||
|  |               <h1>售后管理</h1> | ||||||
|  |             </div> | ||||||
|  |           </TabPane> | ||||||
|  |           <TabPane tab="收藏记录" key="UserFavoriteList"> | ||||||
|  |             <!-- Todo: 商城模块 --> | ||||||
|  |             <div class="h-full"> | ||||||
|  |               <h1>收藏记录</h1> | ||||||
|  |             </div> | ||||||
|  |           </TabPane> | ||||||
|  |           <TabPane tab="优惠劵" key="UserCouponList"> | ||||||
|  |             <!-- Todo: 商城模块 --> | ||||||
|  |             <div class="h-full"> | ||||||
|  |               <h1>优惠劵</h1> | ||||||
|  |             </div> | ||||||
|  |           </TabPane> | ||||||
|  |           <TabPane tab="推广用户" key="UserBrokerageList"> | ||||||
|  |             <!-- Todo: 商城模块 --> | ||||||
|  |             <div class="h-full"> | ||||||
|  |               <h1>推广用户</h1> | ||||||
|  |             </div> | ||||||
|  |           </TabPane> | ||||||
|         </Tabs> |         </Tabs> | ||||||
|       </Card> |       </Card> | ||||||
|     </div> |     </div> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 xingyu4j
						xingyu4j