lex-xin пре 5 година
родитељ
комит
60e41ff248
2 измењених фајлова са 5 додато и 2 уклоњено
  1. 3 0
      src/views/studentManager/components/studentVip.vue
  2. 2 2
      vue.config.js

+ 3 - 0
src/views/studentManager/components/studentVip.vue

@@ -75,6 +75,9 @@
         <el-table-column label="当前课次"
                          align='center'
                          prop="currentClassTimes">
+          <template slot-scope="scope">
+            {{ scope.row.currentClassTimes }}/{{ scope.row.totalClassTimes }}
+          </template>
         </el-table-column>
         <el-table-column label="操作"
                          align='center'>

+ 2 - 2
vue.config.js

@@ -16,12 +16,12 @@ 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.8:18000' //勇哥
 // let target = 'http://47.99.212.176:8000' // 测试服
-let target = 'http://192.168.3.48:8080' // 乔
+// let target = 'http://192.168.3.48:8080' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
   /**