Prechádzať zdrojové kódy

订单金额字段修改

soft5566 2 rokov pred
rodič
commit
26090a7471
2 zmenil súbory, kde vykonal 3 pridanie a 4 odobranie
  1. 1 1
      src/views/stdbookMgr/index.vue
  2. 2 3
      vue.config.js

+ 1 - 1
src/views/stdbookMgr/index.vue

@@ -91,7 +91,7 @@
 							</el-table-column>
 							<el-table-column label="订单金额(元)" align="center" width="150">
 								<template slot-scope="scope">
-									<span>{{ scope.row.houseTotalPrice }}</span>
+									<span>{{ scope.row.orderAccount }}</span>
 								</template>
 							</el-table-column>
 							<el-table-column label="支付金额(元)" align="center" width="150">

+ 2 - 3
vue.config.js

@@ -38,8 +38,7 @@ module.exports = {
 		},
 		proxy: {
 			['^' + process.env.VUE_APP_BASE_API]: {
-				// target: 'https://www.jinganrenjiams.com/hotelReservation',
-				target: 'https://chtech.ncjti.edu.cn/hotelReservation',
+				target: 'https://www.jinganrenjiams.com/hotelReservation',
 				changeOrigin: true,
 				pathRewrite: {
 					['^' + process.env.VUE_APP_BASE_API]: ''
@@ -47,7 +46,7 @@ module.exports = {
 			},
 			['^' + process.env.VUE_APP_BASE_FILE]: { // 图片上传
 				target: 'https://www.jinganrenjiams.com/hotelReservation',
-				// target: 'https://chtech.ncjti.edu.cn/hotelReservation/fileload',
+				// target: 'https://www.jinganrenjiams.com/hotelReservation/fileload',
 				changeOrigin: true,
 				pathRewrite: {
 					['^' + process.env.VUE_APP_BASE_FILE]: ''