lhl 1 year ago
parent
commit
f256d1df26

+ 4 - 4
src/components/navTop/navTop.vue

@@ -68,10 +68,10 @@
 					tit: '地址管理',
 					path: '/address'
 				});
-        this.numList.splice(4, 0, {
-        	tit: '结算审核',
-        	path: '/dladmin'
-        });
+        // this.numList.splice(4, 0, {
+        // 	tit: '结算审核',
+        // 	path: '/dladmin'
+        // });
 			} else {
 				this.numList.splice(3, 0, {
 					tit: '订单结算',

+ 4 - 4
src/views/User.vue

@@ -73,10 +73,10 @@
           tit: 'Token',
           path: '/user/tokenOrderList'
         }, );
-        this.navList.splice(2, 0, {
-          tit: '结算申请',
-          path: '/user/jssq'
-        }, );
+        // this.navList.splice(2, 0, {
+        //   tit: '结算申请',
+        //   path: '/user/jssq'
+        // }, );
       }
     }
   }

+ 2 - 2
src/views/settle/settleOrder.vue

@@ -36,9 +36,9 @@
 					<div style="padding-top: 20px;">
 						<el-button>赔付金额:{{js.compensation_sum || 0}}</el-button>
 					</div>
-					<div style="padding-top: 20px;">
+					<!-- <div style="padding-top: 20px;">
 						<el-button>物流费:{{js.expenses_sum || 0}}</el-button>
-					</div>
+					</div> -->
 					<!-- commission_sum -->
 					<div style="padding-top: 20px;">
 						<el-button>手续费:{{js.ommission_sum || 0}}</el-button>

+ 2 - 2
src/views/user/tokenOrderList.vue

@@ -46,10 +46,10 @@
 				</el-table-column>
 			</el-table>
 			<!-- 分页区域 -->
-			<!-- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange"
+			<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange"
 				:current-page="queryInfo.page" :page-sizes="[10, 20, 50, 100]" :page-size="queryInfo.pagesize"
 				layout="total, sizes, prev, pager, next, jumper" :total="total">
-			</el-pagination> -->
+			</el-pagination>
 		</el-card>
 		<!-- 修改地址对话框 -->
 		<el-dialog title="购买Token" :visible.sync="dialogTableVisible" @close="closeEvent">