|  | @@ -33,7 +33,7 @@
 | 
	
		
			
				|  |  |      <!-- <div class="newBand"
 | 
	
		
			
				|  |  |           @click="resetPays"
 | 
	
		
			
				|  |  |           v-permission="'musicGroupStudentFee/batchUpdateCourseFee'">修改缴费金额</div> -->
 | 
	
		
			
				|  |  | -           <el-button @click="addMember" type="primary">激活会员</el-button>
 | 
	
		
			
				|  |  | +    <el-button @click="addMember" type="primary">激活会员</el-button>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <div class="tableWrap">
 | 
	
		
			
				|  |  |        <el-table
 | 
	
	
		
			
				|  | @@ -95,21 +95,21 @@
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |          </el-table-column> -->
 | 
	
		
			
				|  |  |        </el-table>
 | 
	
		
			
				|  |  | -              <pagination
 | 
	
		
			
				|  |  | -          sync
 | 
	
		
			
				|  |  | -          :total.sync="rules.total"
 | 
	
		
			
				|  |  | -          :page.sync="rules.page"
 | 
	
		
			
				|  |  | -          :limit.sync="rules.limit"
 | 
	
		
			
				|  |  | -          :page-sizes="rules.page_size"
 | 
	
		
			
				|  |  | -          @pagination="getList"
 | 
	
		
			
				|  |  | -        />
 | 
	
		
			
				|  |  | +      <pagination
 | 
	
		
			
				|  |  | +        sync
 | 
	
		
			
				|  |  | +        :total.sync="rules.total"
 | 
	
		
			
				|  |  | +        :page.sync="rules.page"
 | 
	
		
			
				|  |  | +        :limit.sync="rules.limit"
 | 
	
		
			
				|  |  | +        :page-sizes="rules.page_size"
 | 
	
		
			
				|  |  | +        @pagination="getList"
 | 
	
		
			
				|  |  | +      />
 | 
	
		
			
				|  |  |      </div>
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  |  import pagination from "@/components/Pagination/index";
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  | -    components: { pagination },
 | 
	
		
			
				|  |  | +  components: { pagination },
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      return {
 | 
	
		
			
				|  |  |        searchForm: {
 | 
	
	
		
			
				|  | @@ -117,8 +117,8 @@ export default {
 | 
	
		
			
				|  |  |          subjectId: "",
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        soundList: [],
 | 
	
		
			
				|  |  | -      tableList:[],
 | 
	
		
			
				|  |  | -       rules: {
 | 
	
		
			
				|  |  | +      tableList: [],
 | 
	
		
			
				|  |  | +      rules: {
 | 
	
		
			
				|  |  |          // 分页规则
 | 
	
		
			
				|  |  |          limit: 10, // 限制显示条数
 | 
	
		
			
				|  |  |          page: 1, // 当前页
 | 
	
	
		
			
				|  | @@ -130,8 +130,9 @@ export default {
 | 
	
		
			
				|  |  |    mounted() {},
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      handleSelectionChange(val) {},
 | 
	
		
			
				|  |  | -    search(){},
 | 
	
		
			
				|  |  | -    onReSet(){},
 | 
	
		
			
				|  |  | +    search() {},
 | 
	
		
			
				|  |  | +    onReSet() {},
 | 
	
		
			
				|  |  | +    addMember(){}
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  </script>
 |