【修改】试题审核增加两个页面
This commit is contained in:
@@ -22,6 +22,17 @@
|
||||
</template>
|
||||
</el-steps>
|
||||
|
||||
|
||||
<!-- 左右切换箭头按钮 -->
|
||||
<div style="text-align: center; margin-top: 15px;">
|
||||
<el-button :disabled="activeStep === 0" @click="prevStep">
|
||||
← 上一步
|
||||
</el-button>
|
||||
<el-button :disabled="activeStep === stepTitles.length - 1" @click="nextStep">
|
||||
下一步 →
|
||||
</el-button>
|
||||
</div>
|
||||
|
||||
<div style="margin-top: 30px;">
|
||||
<component
|
||||
:is="currentComponent"
|
||||
|
Reference in New Issue
Block a user