소스 검색

08/28 16:48

mo 5 년 전
부모
커밋
de47003b74
5개의 변경된 파일6개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/css/app.643d68dd.css
  3. 0 0
      dist/static/js/app.f13372c5.js
  4. 0 0
      dist/static/js/app.f92168d9.js
  5. 6 9
      src/views/dashboard/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.643d68dd.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.f13372c5.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.f92168d9.js


+ 6 - 9
src/views/dashboard/index.vue

@@ -69,9 +69,14 @@
                    icon="el-icon-refresh"
                    plain
                    @click="resetStudentList">重置</el-button>
-        <el-button icon="el-icon-refresh"
+        <el-button icon="el-icon-s-tools"
                    plain
+                   v-if="majorStatus == 1 || majorStatus == 2"
                    @click="showFade('','','','')">批量调剂</el-button>
+        <el-button type='danger'
+                   icon='el-icon-position'
+                   v-if="majorStatus == 1"
+                   @click="getMoney">开启缴费</el-button>
       </el-form>
       <!-- 提示语 -->
       <p class="subMsg"
@@ -173,12 +178,6 @@
                          :page-size.sync="limit"
                          @current-change="handleCurrentChange"></el-pagination>
         </div>
-        <!-- 报名按钮 -->
-        <!--   -->
-        <el-button type="danger"
-                   v-if="majorStatus == 1"
-                   class="joinBtn"
-                   @click="getMoney">开启缴费</el-button>
       </div>
     </div>
   </div>
@@ -381,8 +380,6 @@ export default {
         if (res.code == 200) {
           this.$message.success("乐团报名成功请尽快缴费");
           setTimeout(() => {
-            // window.location.reload();
-            // this.majorStatus = 2;
             this.getstudentList();
           }, 1000);
         }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.