Bläddra i källkod

准备开始缴费

1
mo 3 år sedan
förälder
incheckning
e311370efb

+ 1 - 1
src/views/courseRulersManager/components/onlineCloudRules.vue

@@ -229,7 +229,7 @@
           <span style="color: #f56c6c; margin-right: 4px">{{
             "12:59:59"
           }}</span>
-          为异常签时间范围。
+          为异常签退时间范围。
         </p>
 
         <p class="subtitle">早退:</p>

+ 16 - 6
src/views/resetTeaming/components/payInfoDetail.vue

@@ -6,6 +6,16 @@
       content="创建学员缴费"
     >
     </el-page-header>
+    <div class="m-core">
+      <el-form >
+        <el-alert
+          style="margin: 20px 0"
+          title="缴费基本信息"
+          :closable="false"
+          type="info"
+        ></el-alert>
+      </el-form>
+    </div>
   </div>
 </template>
 <script>
@@ -13,10 +23,10 @@ export default {
   data() {
     return {};
   },
-  mounted(){},
-  methods:{
-    goback(){
-         let query = this.$route.query;
+  mounted() {},
+  methods: {
+    goback() {
+      let query = this.$route.query;
       if (query.type == "resetTeam") {
         this.$store.dispatch("delVisitedViews", this.$route);
         this.$router.push({
@@ -36,7 +46,7 @@ export default {
           query: { ...this.$route.query },
         });
       }
-    }
-  }
+    },
+  },
 };
 </script>