|
@@ -1,16 +1,17 @@
|
|
|
<template>
|
|
|
<div class="m-container">
|
|
|
- <div class="titlewrap">
|
|
|
+ <!-- <div class="titlewrap"> -->
|
|
|
<h2>
|
|
|
<el-page-header @back="goBack" :content="name"></el-page-header>
|
|
|
</h2>
|
|
|
<!-- <p style="margin-bottom: 10px; margin-left: 30px">
|
|
|
课程有效期:{{ timers }}
|
|
|
</p> -->
|
|
|
- </div>
|
|
|
+ <!-- </div> -->
|
|
|
|
|
|
<!-- v-permission="'vipGroupManage/updateVipBaseInfo'" -->
|
|
|
- <div class="wrap">
|
|
|
+ <div class="m-core">
|
|
|
+ <div class="wrap">
|
|
|
<div
|
|
|
class="newBand"
|
|
|
@click="resetTeachers"
|
|
@@ -216,6 +217,7 @@
|
|
|
:page-sizes="rules.page_size"
|
|
|
@pagination="getList" /> 乔乔说后台没有分页所以一口气都展示-->
|
|
|
</div>
|
|
|
+ </div>
|
|
|
<!-- <el-dialog
|
|
|
:title="updateCourseStatus == 2 ? '有效期调整' : '有效期调整(高权限)'"
|
|
|
width="400px"
|