Browse Source

提交测试

1
mo 3 years ago
parent
commit
b480a2ac09

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

@@ -21,6 +21,13 @@
           >
             {{ "已开启" }}
           </p>
+                 <p
+            class="status"
+            style="color: #ff6a6a"
+            v-if="info.paymentStatus == 'AUDITING'"
+          >
+            {{ "审核中" }}
+          </p>
           <p
             class="status"
             style="color: #ff6a6a"

+ 3 - 3
src/views/teamDetail/components/studentList.vue

@@ -20,7 +20,7 @@
         v-if="team_status == 'PROGRESS'"
         v-permission="'studentRegistration/insertStudent'"
         @click="createStudentFrom" icon="el-icon-plus">新增学员</el-button>
-      
+
     </div>
 
     <!-- 搜索类型 -->
@@ -418,7 +418,7 @@
             </div>
           </template>
         </el-table-column> -->
-        <el-table-column
+        <!-- <el-table-column
           label="下次续费时间(剩余天数)"
           align="center"
           width="120px;"
@@ -475,7 +475,7 @@
               </p>
             </div>
           </template>
-        </el-table-column>
+        </el-table-column> -->
         <el-table-column
           label="会员截止时间(剩余天数)"
           align="center"