Pārlūkot izejas kodu

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

lex-xin 4 gadi atpakaļ
vecāks
revīzija
0d447cbb48

+ 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) {