Browse Source

修改学校

mo 3 years ago
parent
commit
69fec49e83
2 changed files with 5 additions and 2 deletions
  1. 3 0
      src/views/resetTeaming/modals/review-detail.vue
  2. 2 2
      vue.config.js

+ 3 - 0
src/views/resetTeaming/modals/review-detail.vue

@@ -43,6 +43,9 @@
       <descriptions-item label="缴费金额:">{{
         numeral(calender.currentTotalAmount).format("0,0")
       }}</descriptions-item>
+      <descriptions-item label="缴费单号:" v-if="calender.payUserType == 'SCHOOL'">{{
+        calender.id
+      }}</descriptions-item>
       <descriptions-item
         :span="3"
         v-if="calender.payUserType !== 'SCHOOL'"

+ 2 - 2
vue.config.js

@@ -19,8 +19,8 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'http://192.168.3.251:8000' // 何国威
 // let target = 'http://192.168.3.250:8000' //邹璇
 // let target = 'http://192.168.3.119:8000' //勇哥
-// let target = 'http://dev.dayaedu.com' // 开发环境
-let target = 'https://test.dayaedu.com' //测试环境
+let target = 'http://dev.dayaedu.com' // 开发环境
+// let target = 'https://test.dayaedu.com' //测试环境
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
   /**