综述: 优化市场店铺订单管理页面字段显示
- 删除店铺订单配送费、调度费、包装费等冗余字段列 - 根据删除的列数相应调整表格行的colspan属性值 - 简化订单信息展示,提升页面可读性和用户体验
This commit is contained in:
		
							parent
							
								
									8a756e33b9
								
							
						
					
					
						commit
						fc2d581884
					
				|  | @ -421,19 +421,13 @@ | |||
|                     <label class="form-label">店铺订单状态</label> | ||||
|                     <select class="form-input"> | ||||
|                         <option value="">全部</option> | ||||
|                         <option value="pending_payment">待支付</option> | ||||
|                         <option value="pending_accept">待接单</option> | ||||
|                         <option value="pending_prepare">待备货</option> | ||||
|                         <option value="stock_completed">备货完成</option> | ||||
|                         <option value="pending_pickup">待取货</option> | ||||
|                         <option value="pickup_pending_delivery">已取货(待配送)</option> | ||||
|                         <option value="delivery_in_progress">配送中(待送达)</option> | ||||
|                         <option value="delivered_pending_receipt">已配送(待收货或已送达自提点)</option> | ||||
|                         <option value="completed_pending_review">完成(待评价或自动完成)</option> | ||||
|                         <option value="unpaid_cancelled">未支付订单取消</option> | ||||
|                         <option value="user_refund_processing">用户申请退款中</option> | ||||
|                         <option value="user_refund_completed">用户申请已退款</option> | ||||
|                         <option value="merchant_cancelled">商家取消订单</option> | ||||
|                         <option value="platform_cancelled">平台取消订单</option> | ||||
|                         <option value="delivery_in_progress">配送中</option> | ||||
|                         <option value="delivery_completed_pending_receipt">配送完成(待收货)</option> | ||||
|                         <option value="pending_review">待评价</option> | ||||
|                         <option value="completed">已完成</option> | ||||
|                     </select> | ||||
|                 </div> | ||||
|                 <div class="form-item"> | ||||
|  | @ -493,9 +487,6 @@ | |||
|                             <th>收货人地址</th> | ||||
|                             <th>店铺订单金额</th> | ||||
|                             <th>店铺订单商品金额</th> | ||||
|                             <th>店铺订单配送费</th> | ||||
|                             <th>调度费</th> | ||||
|                             <th>包装费</th> | ||||
|                             <th>订单状态</th> | ||||
|                             <th>店铺编号</th> | ||||
|                             <th>店铺名称</th> | ||||
|  | @ -514,9 +505,6 @@ | |||
|                             <td>茅台酱香万家共享(春申路店) 101室</td> | ||||
|                             <td>3.8</td> | ||||
|                             <td>1.8</td> | ||||
|                             <td>0</td> | ||||
|                             <td>0</td> | ||||
|                             <td>1</td> | ||||
|                             <td><span class="status-tag status-paid">已支付</span></td> | ||||
|                             <td>1001</td> | ||||
|                             <td>牛牛蔬菜店</td> | ||||
|  | @ -524,7 +512,7 @@ | |||
|                             <td></td> | ||||
|                         </tr> | ||||
|                         <tr class="expandable-row" style="display: none;"> | ||||
|                             <td colspan="16"> | ||||
|                             <td colspan="13"> | ||||
|                                 <div class="nested-table-wrapper"> | ||||
|                                     <table class="sub-table"> | ||||
|                                         <thead> | ||||
|  | @ -566,9 +554,6 @@ | |||
|                             <td>茅台酱香万家共享(春申路店) 101室</td> | ||||
|                             <td>3.9</td> | ||||
|                             <td>0.9</td> | ||||
|                             <td>1</td> | ||||
|                             <td>0</td> | ||||
|                             <td>1</td> | ||||
|                             <td><span class="status-tag status-paid">已支付</span></td> | ||||
|                             <td>1002</td> | ||||
|                             <td>鲜蔬果园店</td> | ||||
|  | @ -576,7 +561,7 @@ | |||
|                             <td></td> | ||||
|                         </tr> | ||||
|                         <tr class="expandable-row" style="display: none;"> | ||||
|                             <td colspan="16"> | ||||
|                             <td colspan="13"> | ||||
|                                 <div class="nested-table-wrapper"> | ||||
|                                     <table class="sub-table"> | ||||
|                                         <thead> | ||||
|  | @ -618,9 +603,6 @@ | |||
|                             <td>瑞星商务中心 201室</td> | ||||
|                             <td>2.6</td> | ||||
|                             <td>2</td> | ||||
|                             <td>0.5</td> | ||||
|                             <td>0.1</td> | ||||
|                             <td>0.1</td> | ||||
|                             <td><span class="status-tag status-completed">已完成</span></td> | ||||
|                             <td>1003</td> | ||||
|                             <td>示例店铺</td> | ||||
|  | @ -628,7 +610,7 @@ | |||
|                             <td></td> | ||||
|                         </tr> | ||||
|                         <tr class="expandable-row" style="display: none;"> | ||||
|                             <td colspan="16"> | ||||
|                             <td colspan="13"> | ||||
|                                 <div class="nested-table-wrapper"> | ||||
|                                     <table class="sub-table"> | ||||
|                                         <thead> | ||||
|  | @ -670,9 +652,6 @@ | |||
|                             <td>瑞星商务中心 201室</td> | ||||
|                             <td>3.6</td> | ||||
|                             <td>3</td> | ||||
|                             <td>0.5</td> | ||||
|                             <td>0</td> | ||||
|                             <td>0.1</td> | ||||
|                             <td><span class="status-tag status-cancelled">取消</span></td> | ||||
|                             <td>1004</td> | ||||
|                             <td>示例店铺</td> | ||||
|  | @ -680,7 +659,7 @@ | |||
|                             <td></td> | ||||
|                         </tr> | ||||
|                         <tr class="expandable-row" style="display: none;"> | ||||
|                             <td colspan="16"> | ||||
|                             <td colspan="13"> | ||||
|                                 <div class="nested-table-wrapper"> | ||||
|                                     <table class="sub-table"> | ||||
|                                         <thead> | ||||
|  | @ -722,9 +701,6 @@ | |||
|                             <td>瑞星商务中心 201室</td> | ||||
|                             <td>2.6</td> | ||||
|                             <td>2</td> | ||||
|                             <td>0.5</td> | ||||
|                             <td>0.1</td> | ||||
|                             <td>0.1</td> | ||||
|                             <td><span class="status-tag status-completed">已完成</span></td> | ||||
|                             <td>1005</td> | ||||
|                             <td>示例店铺</td> | ||||
|  | @ -732,7 +708,7 @@ | |||
|                             <td></td> | ||||
|                         </tr> | ||||
|                         <tr class="expandable-row" style="display: none;"> | ||||
|                             <td colspan="16"> | ||||
|                             <td colspan="13"> | ||||
|                                 <div class="nested-table-wrapper"> | ||||
|                                     <table class="sub-table"> | ||||
|                                         <thead> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue