|
@@ -8,9 +8,9 @@
|
|
<div class="create-top">
|
|
<div class="create-top">
|
|
<div class="common-title-box">
|
|
<div class="common-title-box">
|
|
<h3>{{id?'编辑直播课程':'创建直播课程'}}</h3>
|
|
<h3>{{id?'编辑直播课程':'创建直播课程'}}</h3>
|
|
- <div class="btn-box">
|
|
|
|
|
|
+ <div class="btn-box" v-if="id||!id&&stepIndex!==1">
|
|
<el-button size="small" @click="handleStep('-')" :disabled="stepIndex===0">上一步</el-button>
|
|
<el-button size="small" @click="handleStep('-')" :disabled="stepIndex===0">上一步</el-button>
|
|
- <el-button type="primary" size="small" @click="handleStep('+')" :disabled="stepIndex===2">下一步</el-button>
|
|
|
|
|
|
+ <el-button type="primary" size="small" @click="handleStep('+')" :disabled="stepIndex===1">下一步</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<el-steps :active="stepIndex" align-center>
|
|
<el-steps :active="stepIndex" align-center>
|