lex-xin 5 years ago
parent
commit
c01de92c13
2 changed files with 16 additions and 6 deletions
  1. 14 4
      src/views/teamDetail/components/studentList.vue
  2. 2 2
      vue.config.js

+ 14 - 4
src/views/teamDetail/components/studentList.vue

@@ -577,9 +577,12 @@ export default {
   },
   filters: {
     studentPays (val) {
-      val = parseInt(val);
-      let arr = ['未开启缴费', '开启缴费', '已缴费']
-      return arr[val]
+      let template = {
+        PAID_COMPLETED: "完成缴费",
+        NON_PAYMENT: "未缴费",
+        PROCESSING: "缴费中"
+      }
+      return template[val]
     }
   },
   mounted () {
@@ -903,6 +906,10 @@ export default {
 //     flex-direction: row;
 //   }
 // }
+.el-select {
+    width: 180px !important;
+}
+
 .headWrap {
   padding: 20px 0;
 }
@@ -916,6 +923,7 @@ export default {
 .studentInfo {
   /deep/.el-dialog__body {
     padding-top: 0;
+    padding-bottom: 0;
   }
 }
 // .instrList {
@@ -961,10 +969,12 @@ export default {
   }
 
   .qrcode {
+    display: flex;
+    justify-content: center;
     img {
       width: 200px;
       height: 200px;
-      margin: 0 auto;
+      // margin: 0 auto;
     }
   }
   .code-url {

+ 2 - 2
vue.config.js

@@ -16,9 +16,9 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // const port = process.env.port || process.env.npm_config_port || 9528 // dev port
 // http://47.99.212.176:8000 
 // // 
-let target = 'http://testadm.dayaedu.com/' //勇哥迁库
+// let target = 'http://testadm.dayaedu.com/' //勇哥迁库
 // let target = 'http://192.168.3.27:8000' // 箭河
-// let target = 'http://192.168.3.28:8000' //邹璇
+let target = 'http://192.168.3.28:8000' //邹璇
 // let target = 'http://192.168.3.8:18000' //勇哥
 // let target = 'http://47.99.212.176:8000' // 测试服
 // let target = 'http://192.168.3.48:8080' // 乔