lhl 2 năm trước cách đây
mục cha
commit
0f2d76ab3d
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/views/order/orderList.vue
  2. 1 1
      src/views/user/userAdmin.vue

+ 1 - 1
src/views/order/orderList.vue

@@ -14,7 +14,7 @@
 				<el-col>
 					 
 					<div class="flex" style="justify-content: flex-end;padding-bottom: 20px;">
-						<el-button style="margin-right: 20px;">物流费用:{{expenses || '0'}}</el-button>
+						<!-- <el-button style="margin-right: 20px;">物流费用:{{expenses || '0'}}</el-button> -->
 						<el-button style="margin-right: 20px;">退单申请数量:{{refund_count || '0'}}</el-button>
 						<el-select v-model="queryInfo.status" placeholder="请选择订单状态">
 						   <el-option

+ 1 - 1
src/views/user/userAdmin.vue

@@ -17,7 +17,7 @@
 				<!-- order_count -->
 				<el-table-column prop="order_count" label="下单数量" ></el-table-column>
 				<el-table-column prop="order_sum" label="下单金额" ></el-table-column>
-				<el-table-column prop="expenses_sum" label="物流费用" ></el-table-column>
+				<!-- <el-table-column prop="expenses_sum" label="物流费用" ></el-table-column> -->
 				<el-table-column prop="refund_count" label="退单申请数量" ></el-table-column>
 				<!-- <el-table-column prop="status" label="创建时间">
 					<template slot-scope="scope">