소스 검색

修改乐团除进行中查看学员缴费详情返回按钮及字段名修改

lex-xin 4 년 전
부모
커밋
0d447cbb48
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/categroyManager/specialSetup/musicCourseFee.vue
  2. 6 0
      src/views/resetTeaming/components/strudentPayInfo.vue

+ 1 - 1
src/views/categroyManager/specialSetup/musicCourseFee.vue

@@ -66,7 +66,7 @@
           </el-table-column>
           <el-table-column align="center"
                            prop="goodsDiscountRate"
-                           label="缴费金额">
+                           label="每分钟费用">
             <template slot-scope="scope">{{
               scope.row.unitPrice
             }}</template>

+ 6 - 0
src/views/resetTeaming/components/strudentPayInfo.vue

@@ -610,6 +610,12 @@ export default {
           path: "/business/resetTeaming",
           query: { ...this.$route.query },
         });
+      } else if(query.type == 'look') {
+        this.$store.dispatch("delVisitedViews", this.$route);
+        this.$router.push({
+          path: "/business/teamLookBase",
+          query: { ...this.$route.query },
+        });
       }
     },
     handleSelectionChange(val) {