Kaynağa Gözat

费用审核失败

1
mo 2 yıl önce
ebeveyn
işleme
5672591fab

+ 1 - 1
src/constant/index.js

@@ -245,8 +245,8 @@ export const musicGroupType = {
   DRAFT: "编辑中",
   AUDIT: "审核中",
   PRE_APPLY: "预报名中",
-
   FEE_AUDIT: "费用审核中",
+  FEE_AUDIT_FAILED:'费用审核失败',
   APPLY: "报名中",
   PAY: "缴费中",
   PREPARE: "筹备中",

+ 0 - 1
src/views/resetTeaming/components/payInfoDetail.vue

@@ -636,7 +636,6 @@ export default {
                 this.teamCourse = true;
                 this.isSetCourseSettingsId = true;
                 this.$set(this.form, "eclass", res.data?.course);
-                console.log("设置完成eclass");
                 this.initDetail = true;
                 this.$set(
                   this.form,

+ 1 - 1
src/views/teamDetail/components/modals/classroom-preview.vue

@@ -26,7 +26,7 @@
         prop="surplusTime"
       ></el-table-column>
     </el-table>
-    <div style="color: red;font-weight: bold;margin: 20px 0;">确认排课后剩余时长将被系统删除,不可排课</div>
+    <!-- <div style="color: red;font-weight: bold;margin: 20px 0;">确认排课后剩余时长将被系统删除,不可排课</div> -->
     <el-table
       :header-cell-style="{background:'#EDEEF0',color:'#444'}"
       :data="details"

+ 1 - 1
src/views/teamDetail/teamList.vue

@@ -300,7 +300,7 @@
           <el-table-column align="center" width="100px" label="收费标准">
             <template slot-scope="scope">
               <div>
-                {{ scope.row.chargeStandard | moneyFormat(true) }}
+                {{ scope.row.defaultChargeStandard | moneyFormat(true) }}
               </div>
             </template>
           </el-table-column>