|
@@ -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);
|
|
|
}
|